提交时间:2019-10-03 13:33:00
运行 ID: 1134
#include<iostream> int main() { int a,b,c; scanf("%d %d %d",&a,&b,&c); max=b; printf("%d",b); return 0; }