QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#824948#9778. Brotatoucup-team3648#Compile Error//C++202.2kb2024-12-21 16:39:382024-12-21 16:39:39

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() {
      |            ^