]> iEval git - gruntmaster-daemon.git/blob - prog.cpp
8dd19c79adc7d56088be7d55a32251eb0e0b9c37
[gruntmaster-daemon.git] / 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.03788 seconds and 3 git commands to generate.