QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#775466#9788. Shrecklessucup-team5818#Compile Error//C++201.4kb2024-11-23 15:59:492024-11-23 15:59:49

详细

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