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