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