QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#775466 | #9788. Shreckless | ucup-team5818# | Compile Error | / | / | C++20 | 1.4kb | 2024-11-23 15:59:49 | 2024-11-23 15:59:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:50:12: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 50 | signed main() { | ^~ answer.code:50:12: note: remove parentheses to default-initialize a variable 50 | signed main() { | ^~ | -- answer.code:50:12: note: or replace parentheses with braces to value-initialize a variable answer.code:50:15: error: a function-definition is not allowed here before ‘{’ token 50 | signed main() { | ^ answer.code:59:2: error: expected ‘}’ at end of input 59 | } | ^ answer.code:6:14: note: to match this ‘{’ 6 | void solve() { | ^