记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:5: error: 'num' was not declared in this scope
     num++;
     ^~~
/in/foo.cc:28:8: error: 'num' was not declared in this scope
  cout<<num;
        ^~~
/in/foo.cc:7:6: warning: unused variable 'sum' [-Wunused-variable]
  int sum=0;
      ^~~

信息

递交者
类型
自测
语言
C++
递交时间
2024-09-05 22:26:01
评测时间
2024-09-05 22:26:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes