QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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;
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3556kb
input:
3
output:
result:
wrong output format Unexpected end of file - int32 expected