记录详情

Wrong Answer

/in/foo.cc: In function 'void mul2()':
/in/foo.cc:21:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(register int j=1;j<=2;j++)
   ^~~
/in/foo.cc:24:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(register int i=1;i<=2;i++)
     ^~~
/in/foo.cc: In function 'void solve()':
/in/foo.cc:31:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
       for(register int j=1;j<=2;j++)
       ^~~
/in/foo.cc:33:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         cout<<tp[1];
         ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:45:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for(register int j=1;j<=2;j++)
    ^~~
/in/foo.cc:47:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     mul[2][2]=0;
     ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 204.0 KiB
#2 Accepted 1ms 200.0 KiB
#3 Wrong Answer 1ms 204.0 KiB
#4 Wrong Answer 1ms 200.0 KiB

信息

递交者
类型
递交
题目
1-2 斐波那契数列的和
语言
C++
递交时间
2019-03-13 21:25:12
评测时间
2019-03-13 21:25:12
评测机
分数
25
总耗时
6ms
峰值内存
204.0 KiB