/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:41:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i=1; i<=N; ++i)
     ^~~
/in/foo.cc:43:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
         for(int i=1;i<=t;i++)
         ^~~
/in/foo.cc:42:16: warning: iteration 32999 invokes undefined behavior [-Waggressive-loop-optimizations]
         num[i] = 1, f[i] = i;
         ~~~~~~~^~~
/in/foo.cc:41:20: note: within this loop
     for (int i=1; i<=N; ++i)
                   ~^~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 712.0 KiB

信息

递交者
类型
自测
题目
P1443 银河英雄传说
语言
C++
递交时间
2017-10-20 15:47:39
评测时间
2017-10-20 15:47:39
评测机
分数
0
总耗时
2ms
峰值内存
712.0 KiB