记录详情

Compile Error

foo.cc: In function ‘int main()’:
foo.cc:6:18: warning: right operand of comma operator has no effect [-Wunused-value]
    6 |         cin>>a,b,c;
      |                  ^
foo.cc:6:19: warning: right operand of comma operator has no effect [-Wunused-value]
    6 |         cin>>a,b,c;
      |                   ^
foo.cc:32:30: error: expected ‘;’ before ‘}’ token
   32 |         cout<<max2<<" "<<max1
      |                              ^
      |                              ;
......
   39 | }
      | ~                             

信息

递交者
类型
递交
语言
C++
递交时间
2025-08-14 11:39:54
评测时间
2025-08-14 11:39:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes