Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:22: error: expected ';' before 'else'
   13 |                 break
      |                      ^
      |                      ;
   14 |                 else
      |                 ~~~~  
/in/foo.cc:11:19: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
   11 |                 if(a%i==0&&b%i==0)
      |                   ^

信息

递交者
类型
递交
题目
P1318 5-1 互质数
语言
C++
递交时间
2026-03-13 21:41:58
评测时间
2026-03-13 21:41:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes