QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#447538#70. Bitaro, who Leaps through Timeegypt_ioi2024_05#Compile Error//C++17996b2024-06-18 16:00:052024-06-18 16:00:05

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