QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#383714#6747. PermutationTeiosama#TL 0ms0kbC++17218b2024-04-09 16:56:082024-04-09 16:56:08

Judging History

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

  • [2024-04-09 16:56:08]
  • 评测
  • 测评结果:TL
  • 用时:0ms
  • 内存:0kb
  • [2024-04-09 16:56:08]
  • 提交

answer

#include<bits/stdc++.h>
#include<unordered_map>
#include<list>
using namespace std;
int main()
{int ans = 0;
for(int i = 1;i<1e11;i++)
	ans+=1;
 int n;
 cin>>n;
 for(int i = 1;i<=n;i++)
	 cout<<i<<" ";
	
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Time Limit Exceeded

input:

3

output:


result: