QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#879775 | #364. Broken Device | Nova_NightWind0311 | Compile Error | / | / | C++20 | 1.7kb | 2025-02-02 13:50:59 | 2025-02-02 13:51:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Bruno.code:6:2: error: invalid preprocessing directive #inclued; did you mean #include? 6 | #inclued "Brunolib.h" | ^~~~~~~ | include grader_Bruno.cpp: In function ‘int main(int, char**)’: grader_Bruno.cpp:18:8: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 18 | scanf( "%d", &Q ); | ~~~~~^~~~~~~~~~~~ grader_Bruno.cpp:21:7: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 21 | scanf("%d", &N); | ~~~~~^~~~~~~~~~ grader_Bruno.cpp:23:8: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 23 | scanf("%d", &A[i]); | ~~~~~^~~~~~~~~~~~~