eng
competition

Text Practice Mode

computer science

created May 23rd 2020, 09:58 by AmritSharma


0


Rating

33 words
16 completed
00:00
#include <stdio.h>
int main(){
int x;
int y;
scanf("%d %d",&x,&y);
printf("You entered %d and %d", x, y);
return 0;
//this is fun to program and practice at the same time, isn't it?
}

saving score / loading statistics ...