#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
7
Tags
# Submissions
19
Accepted
9
Uploaded By