Compile Error
/in/foo.c: In function 'main': /in/foo.c:16:6: error: redefinition of 'res' int res=scanf("%s", text); ^~~ /in/foo.c:14:6: note: previous definition of 'res' was here int res=scanf("%s", getCode); ^~~ /in/foo.c:32:6: error: redefinition of 'res' int res=scanf("%s", Code); ^~~ /in/foo.c:16:6: note: previous definition of 'res' was here int res=scanf("%s", text); ^~~ /in/foo.c:32:6: warning: unused variable 'res' [-Wunused-variable] int res=scanf("%s", Code); ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1752 潜伏者
- 语言
- C
- 递交时间
- 2021-10-17 20:41:47
- 评测时间
- 2021-10-17 20:41:47
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes