]>
iEval git - gruntmaster-daemon.git/blame_incremental - t/problems/double/tests/wa/prog.cpp
... / ...
Commit | Line | Data |
| 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.014936 seconds and 4 git commands to generate.