]> iEval git - gruntmaster-daemon.git/blame - t/problems/aminusb/tests/ac/prog.cpp
Exit 42 if execing gruntmaster-exec fails in Gruntmaster::Format
[gruntmaster-daemon.git] / t / problems / aminusb / tests / ac / prog.cpp
CommitLineData
5c5cd38a
MG
1#include<cstdio>
2int main()
3{
4 int a,b;
5 scanf ("%d%d",&a,&b);
6 printf ("%d",a-b);
7 return 0;
8}
This page took 0.020366 seconds and 4 git commands to generate.