提交时间:2019-09-21 12:46:56
运行 ID: 602
#include<iostream> int main(){ int a,b,c,d; scanf("%d %d %d",&a,&b,&c); if(a>b) t=a; else t=b; if(t>c) t=t; else t=c; if() return 0; }