记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:5: warning: statement has no effect [-Wunused-value]
    m>a[i];
    ~^~~~~
/in/foo.cc:10:7: warning: unused variable 't' [-Wunused-variable]
   int t;
       ^
/in/foo.cc:16:25: error: expected primary-expression before '<<' token
  cout<<"max="<<ma<<" "<<<<"min="<<m;
                         ^~

信息

递交者
类型
递交
题目
P1013 10个数中最大值和最小值
语言
C++
递交时间
2023-12-18 21:01:02
评测时间
2023-12-18 21:01:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes