]> iEval git - gruntmaster-daemon.git/blame_incremental - t/problems/double/tests/wa/prog.cpp
Fix meta.yml in test problems and jobs, reduce aplusb time limit
[gruntmaster-daemon.git] / t / problems / double / tests / wa / prog.cpp
... / ...
CommitLineData
1#include<cstdio>
2
3int main(void){
4 char x;
5 scanf("%d", &x);
6 printf("%d", 2*x);
7 return 0;
8}
This page took 0.018565 seconds and 4 git commands to generate.