QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#383714 | #6747. Permutation | Teiosama# | TL | 0ms | 0kb | C++17 | 218b | 2024-04-09 16:56:08 | 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