记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:22: error: 'tmp' was not declared in this scope; did you mean 'tm'?
   11 |                 if(a>tmp){
      |                      ^~~
      |                      tm
/in/foo.cc:15:20: error: 'tmp' was not declared in this scope; did you mean 'tm'?
   15 |                 if(tmp==a){
      |                    ^~~
      |                    tm
/in/foo.cc:7:15: warning: unused variable 'tmpINT_MIN' [-Wunused-variable]
    7 |         int a,tmpINT_MIN,cnt=0;
      |               ^~~~~~~~~~

信息

递交者
类型
递交
题目
P1214 C8 最大值的出现次数
语言
C++
递交时间
2025-05-19 21:57:18
评测时间
2025-05-19 21:57:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes