#include<cstdio> using namespace std; int n; int main(){ n=1; while(n<=5){ printf("%d\n",n); n++; } return 0; }

0 comments

No comments so far...

Information

ID
60
Time
1000ms
Memory
256MiB
Difficulty
4
Tags
# Submissions
31
Accepted
16
Uploaded By