记录详情

Compile Error

foo.cc:13:7: error: stray '\357' in program
     if(max<=c)
       ^
foo.cc:13:8: error: stray '\274' in program
     if(max<=c)
        ^
foo.cc:13:9: error: stray '\210' in program
     if(max<=c)
         ^
foo.cc: In function 'int main()':
foo.cc:11:9: warning: statement has no effect [-Wunused-value]
      max+b;
      ~~~^~
foo.cc:13:10: error: expected '(' before 'max'
     if(max<=c)
          ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
p1014 求3个数中的最大数
语言
C++
递交时间
2021-11-15 08:37:34
评测时间
2021-11-15 08:37:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes