Compile Error
/in/foo.c: In function 'main':
/in/foo.c:6:2: error: 'sum' undeclared (first use in this function)
  sum=a+b;
  ^~~
/in/foo.c:6:2: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:5:10: warning: unused variable 'c' [-Wunused-variable]
  int a,b,c;
          ^
  信息
- 递交者
- 类型
- 递交
- 语言
- C
- 递交时间
- 2024-10-25 16:36:12
- 评测时间
- 2024-10-25 16:36:12
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes