1 solutions
-
0
C :
#include<stdio.h> int main() { for(int i=0;i<10;i++){ printf("%d\n",i+10); } return 0; }Pascal :
begin writeln('10'); writeln('11'); writeln('12'); writeln('13'); writeln('14'); writeln('15'); writeln('16'); writeln('17'); writeln('18'); writeln('19'); end.
- 1
Information
- ID
- 17409
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- (None)
- Tags
- # Submissions
- 0
- Accepted
- 0
- Uploaded By