QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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