Compile Error
/in/foo.c: In function 'main': /in/foo.c:17:1: error: expected ';' before 'if' if (a<b) t=a;a=b;b=t; ^~
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A6-1 最大公约数专题:最大公约数和最小公倍数
 - 语言
 - C
 - 递交时间
 - 2019-07-11 22:31:36
 - 评测时间
 - 2019-07-11 22:31:36
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes
 
/in/foo.c: In function 'main': /in/foo.c:17:1: error: expected ';' before 'if' if (a<b) t=a;a=b;b=t; ^~