QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#538590 | #7516. Robot Experiment | sp1keV# | WA | 0ms | 3604kb | C++14 | 84b | 2024-08-31 12:34:57 | 2024-08-31 12:34:57 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<1<<"\n";
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3604kb
input:
2 RU
output:
1
result:
wrong answer 1st lines differ - expected: '4', found: '1'