编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#6455 | #1082. 速算大师小 R | Compile Error | 0 | 0 ms | 0 K | C++ 17 (Clang) / 1.1 K | HUDONGZHI | 2024-11-16 14:41:19 |
using namespace std;
int
int
编译信息
/sandbox/1/a.cpp:9:11: warning: expression result unused [-Wunused-value]
a / 10;
~ ^ ~~
/sandbox/1/a.cpp:34:22: warning: expression result unused [-Wunused-value]
num_wei1 / 10;
~~~~~~~~ ^ ~~
2 warnings generated.
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../../libx32/crt1.o: in function `_start':
(.text+0x25): undefined reference to `main'
clang: error: linker command failed with exit code 1 (use -v to see invocation)