QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#824948 | #9778. Brotato | ucup-team3648# | Compile Error | / | / | C++20 | 2.2kb | 2024-12-21 16:39:38 | 2024-12-21 16:39:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:52:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 52 | int main() { | ^~ answer.code:52:9: note: remove parentheses to default-initialize a variable 52 | int main() { | ^~ | -- answer.code:52:9: note: or replace parentheses with braces to value-initialize a variable answer.code:52:12: error: a function-definition is not allowed here before ‘{’ token 52 | int main() { | ^