编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3279 | #1006. 超级强迫症 | Compile Error | 0 | 0 ms | 0 K | C / 359 B | s230026068 | 2023-11-25 14:31:09 |
int
编译信息
/sandbox/1/a.c:9:14: warning: format specifies type 'int *' but the argument has type 'char *' [-Wformat]
scanf("%d",&A[i]);
~~ ^~~~~
%s
/sandbox/1/a.c:17:8: error: use of undeclared identifier 'i'
if(A[i]=='\n')
^
1 warning and 1 error generated.