Compile Error

/in/foo.cc: In function 'void BTS(int)':
/in/foo.cc:13:13: error: expected unqualified-id before ')' token
   if(vis[i].)
             ^
/in/foo.cc:14:2: error: expected primary-expression before '}' token
  }
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:18:7: warning: pointer to a function used in arithmetic [-Wpointer-arith]
  BTS[1];
       ^
/in/foo.cc:18:7: warning: value computed is not used [-Wunused-value]
  BTS[1];
  ~~~~~^
/in/foo.cc:18:7: warning: statement has no effect [-Wunused-value]

信息

递交者
类型
递交
题目
P1049 喝啤酒
语言
C++
递交时间
2024-05-24 18:00:34
评测时间
2024-05-24 18:00:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes