/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(a[i]>b[k])
             ^~
/in/foo.cc:27:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
               ans=max(ans,dp[i][j]);
               ^~~
/in/foo.cc:22:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
       for(int j=1;j<=n;j++)
       ^~~
/in/foo.cc:32:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         printf("%d\n",ans);
         ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 1.375 MiB

信息

递交者
类型
自测
题目
P1264 神秘的咒语
语言
C++
递交时间
2018-09-23 11:22:34
评测时间
2018-09-23 11:22:34
评测机
分数
10
总耗时
4ms
峰值内存
1.375 MiB