QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#375831#7055. A Hard Problemhujunjie27WA 0ms3704kbC++17105b2024-04-03 16:19:152024-04-03 16:19:16

Judging History

你现在查看的是最新测评结果

  • [2024-04-03 16:19:16]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3704kb
  • [2024-04-03 16:19:15]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
int main(){
	cout<<2<<endl<<3<<endl<<3<<endl<<4<<endl;
}

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3640kb

input:

4
2
3
4
5

output:

2
3
3
4

result:

ok 4 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3704kb

input:

100000
6
18
54
162
486
1458
4374
13122
39366
118098
354294
1062882
3188646
9565938
28697814
86093442
258280326
774840978
324522916
973568748
920706226
762118660
286355962
859067886
577203640
731610911
194832715
584498145
753494426
260483260
781449780
344349322
33047957
99143871
297431613
892294839
6...

output:

2
3
3
4

result:

wrong answer 1st lines differ - expected: '4', found: '2'