Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:1: error: 's' was not declared in this scope
    8 | s = a + b;
      | ^
/in/foo.cc:11:1: error: 'c' was not declared in this scope
   11 | c = a + b;
      | ^
/in/foo.cc:6:13: warning: unused variable 'c\U0000ff0cs' [-Wunused-variable]
    6 | int a,b,n,m,c,s;
      |             ^~~~

信息

递交者
类型
递交
题目
P2556 小杨做题2级1 2023.12
语言
C++
递交时间
2025-05-24 19:57:27
评测时间
2025-05-24 19:57:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes