QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#447538 | #70. Bitaro, who Leaps through Time | egypt_ioi2024_05# | Compile Error | / | / | C++17 | 996b | 2024-06-18 16:00:05 | 2024-06-18 16:00:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:38:13: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 38 | signed main () { | ^~ answer.code:38:13: note: remove parentheses to default-initialize a variable 38 | signed main () { | ^~ | -- answer.code:38:13: note: or replace parentheses with braces to value-initialize a variable answer.code:38:16: error: a function-definition is not allowed here before ‘{’ token 38 | signed main () { | ^ answer.code:46:2: error: expected ‘}’ at end of input 46 | } | ^ answer.code:7:15: note: to match this ‘{’ 7 | void solve () { | ^