Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
1134 宋铭扬 求三个数的最大数 C++ Compile Error 0 0 MS 0 KB 133 2019-10-03 13:33:00

Tests(0/0):


#include<iostream> int main() { int a,b,c; scanf("%d %d %d",&a,&b,&c); max=b; printf("%d",b); return 0; }


Judgement Protocol: