记录详情

Compile Error

foo.cc: In function ‘int main()’:
foo.cc:7:14: warning: left operand of comma operator has no effect [-Wunused-value]
    7 |         if(x1>=1000000,x2>=1000000)
      |            ~~^~~~~~~~~
foo.cc:8:17: error: break statement not within loop or switch
    8 |                 break;
      |                 ^~~~~

信息

递交者
类型
递交
题目
P1078 xf1-1两数和、积、余
语言
C++
递交时间
2024-08-14 20:39:33
评测时间
2024-08-14 20:39:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes