QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#383715 | #6747. Permutation | Teiosama# | TL | 0ms | 0kb | C++17 | 218b | 2024-04-09 16:56:26 | 2024-04-09 16:56:27 |
answer
#include<bits/stdc++.h>
#include<unordered_map>
#include<list>
using namespace std;
int main()
{int ans = 0;
for(int i = 1;i<1e10;i++)
ans+=1;
int n;
cin>>n;
for(int i = 1;i<=n;i++)
cout<<i<<" ";
}
详细
Test #1:
score: 0
Time Limit Exceeded
input:
3