记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:93:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for(int i=kkkk-2;i>=0;i--)
    ^~~
/in/foo.cc:103:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     return 0;
     ^~~~~~
/in/foo.cc:69:17: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
    for(int k=1;k<=i;k++)
                ~^~~
# 状态 耗时 内存占用
#1 Accepted 5ms 736.0 KiB
#2 Accepted 24ms 732.0 KiB
#3 Accepted 140ms 704.0 KiB

信息

递交者
类型
递交
题目
进制转换
比赛
排位赛Round2
语言
C++
递交时间
2017-08-24 16:38:30
评测时间
2017-08-24 16:38:30
评测机
分数
100
总耗时
170ms
峰值内存
736.0 KiB