QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#383706 | #6747. Permutation | Teiosama# | WA | 0ms | 3556kb | C++17 | 161b | 2024-04-09 16:54:05 | 2024-04-09 16:54:05 |
Judging History
answer
#include<bits/stdc++.h>
#include<unordered_map>
#include<list>
using namespace std;
int main()
{long long ans = 0;
for(int i = 1;i<1e9;i++)
ans+=1;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3556kb
input:
3
output:
result:
wrong output format Unexpected end of file - int32 expected