]> iEval git - gruntmaster-daemon.git/blob - t/problems/aminusb/tests/ac/prog.c
Include verifier stdout in non-Accepted results
[gruntmaster-daemon.git] / t / problems / aminusb / tests / ac / prog.c
1 #include<stdio.h>
2 int 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.035642 seconds and 4 git commands to generate.