QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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]); | ~~~~~^~~~~~~~~~~~~