QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 () { | ^