QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#383706#6747. PermutationTeiosama#WA 0ms3556kbC++17161b2024-04-09 16:54:052024-04-09 16:54:05

Judging History

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

  • [2024-04-09 16:54:05]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3556kb
  • [2024-04-09 16:54:05]
  • 提交

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