记录详情

Compile Error

foo.c: In function 'main':
foo.c:8:1: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
    8 | while(j<=n&&j<=m);
      | ^~~~~
foo.c:9:1: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
    9 | {
      | ^
foo.c:12:4: error: expected ';' before '}' token
   12 | j++
      |    ^
      |    ;
   13 | }
      | ~   
foo.c:15:16: warning: unknown escape sequence: '\m'
   15 | printf("%d\m%d",r,i);
      |                ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1079 xf1-2最大公倍数与最小公因数
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 09:56:08
评测时间
2022-08-27 09:56:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes