/ Vijos /

记录详情

Compile Error

/in/foo.cc:69:2: error: stray '`' in program
  ```
  ^
/in/foo.cc:69:3: error: stray '`' in program
  ```
   ^
/in/foo.cc:69:4: error: stray '`' in program
  ```
    ^
/in/foo.cc: In function 'void solve()':
/in/foo.cc:44:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(len=0;(1<<len)<=lim;len++);lim=(1<<len);len--;
         ^~~
/in/foo.cc:44:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(len=0;(1<<len)<=lim;len++);lim=(1<<len);len--;
                                        ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:68:64: error: expected '}' at end of input
 {scanf("%d",&T);for(int z=1;z<=T;z++){solve();clear();}return 0;//拜拜程序~}
                                                                ^

信息

递交者
类型
递交
题目
P2039 龙与地下城
语言
C++
递交时间
2021-07-19 16:39:28
评测时间
2021-07-19 16:39:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes