Remove purges (as they are now unnecessary)
[gruntmaster-daemon.git] / t / problems / double / tests / wa / prog.cpp
1 #include<cstdio>
2
3 int main(void){
4 char x;
5 scanf("%d", &x);
6 printf("%d", 2*x);
7 return 0;
8 }
This page took 0.021744 seconds and 4 git commands to generate.