QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#385647 | #370. City | zak | Compile Error | / | / | C++23 | 2.7kb | 2024-04-10 22:41:17 | 2024-04-10 22:41:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
grader.cpp: In function ‘int main(int, char**)’: grader.cpp:62:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=] 62 | printf("%d ", given_code[i]); | ~^ ~~~~~~~~~~~~~ | | | | int long long int | %lld grader.cpp:73:33: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘long long int*’ [-Wformat=] 73 | scanf("%d", &given_code[i]); | ~^ ~~~~~~~~~~~~~~ | | | | | long long int* | int* | %lld grader.cpp:44:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 44 | scanf("%d%d", &N, &Q); | ~~~~~^~~~~~~~~~~~~~~~ grader.cpp:46:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 46 | scanf("%d%d", &(A[i]), &(B[i])); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ grader.cpp:49:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 49 | scanf("%d%d", &(X[i]), &(Y[i])); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ grader.cpp:71:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 71 | scanf("%d%d", &N, &Q); | ~~~~~^~~~~~~~~~~~~~~~ grader.cpp:73:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 73 | scanf("%d", &given_code[i]); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ grader.cpp:77:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 77 | scanf("%d%d", &X, &Y); | ~~~~~^~~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/ccbPHe6W.o:(.bss+0xe4e1c38): multiple definition of `pos'; /tmp/cceEdEIT.o:(.bss+0x11e1a518): first defined here /usr/bin/ld: /tmp/ccbPHe6W.o:(.bss+0x0): multiple definition of `prec'; /tmp/cceEdEIT.o:(.bss+0x39388e0): first defined here collect2: error: ld returned 1 exit status