| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 103519 | 汤奕硕 | 07今天很热 | C | Compile Error | 0 MS | 0 KB | 78 | 2024-12-28 21:16:04 |
#include <stdio.h> int main(){ int n; scanf() return 0; }
Main.c: In function 'main':
Main.c:5:5: error: too few arguments to function 'scanf'
scanf()
^
Main.c:6:5: error: expected ';' before 'return'
return 0;
^
Main.c:4:9: warning: unused variable 'n' [-Wunused-variable]
int n;
^