编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#1895 | #991. 十万伏特 | Compile Error | 0 | 0 ms | 0 K | C / 151 B | t330026229 | 2023-10-15 16:59:28 |
int
编译信息
/sandbox/1/a.c:6:15: warning: format specifies type 'long *' but the argument has type 'long long *' [-Wformat]
scanf("%ld", &t);
~~~ ^~
%lld
/sandbox/1/a.c:8:16: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat]
printf("%ld", E);
~~~ ^
%lld
/sandbox/1/a.c:10:11: error: expected '}'
return 0;
^
/sandbox/1/a.c:3:1: note: to match this '{'
{
^
2 warnings and 1 error generated.