QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#625851 | #9426. Relearn through Review | Furina | Compile Error | / | / | C++20 | 1.7kb | 2024-10-09 21:25:43 | 2024-10-09 21:25:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:12:28: error: stray ‘#’ in program 12 | while(T--)solve();a#include<bits/stdc++.h> | ^ answer.code: In function ‘int main()’: answer.code:12:27: error: ‘a’ was not declared in this scope 12 | while(T--)solve();a#include<bits/stdc++.h> | ^ answer.code:17:12: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 17 | signed main() | ^~ answer.code:17:12: note: remove parentheses to default-initialize a variable 17 | signed main() | ^~ | -- answer.code:17:12: note: or replace parentheses with braces to value-initialize a variable answer.code:18:1: error: a function-definition is not allowed here before ‘{’ token 18 | { | ^ answer.code:28:1: error: a function-definition is not allowed here before ‘{’ token 28 | { | ^ answer.code:32:1: error: a function-definition is not allowed here before ‘{’ token 32 | { | ^