QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#454724 | #370. City | ucup-team3690 | Compile Error | / | / | C++17 | 1.2kb | 2024-06-25 11:41:18 | 2024-06-25 11: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/cc8ZJdJz.o:(.bss+0x0): multiple definition of `s'; /tmp/ccEtQoNw.o:(.bss+0x895440): first defined here collect2: error: ld returned 1 exit status