QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#375831 | #7055. A Hard Problem | hujunjie27 | WA | 0ms | 3704kb | C++17 | 105b | 2024-04-03 16:19:15 | 2024-04-03 16:19:16 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<2<<endl<<3<<endl<<3<<endl<<4<<endl;
}
Details
Tip: Click on the bar to expand more detailed information
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'