记录详情

Accepted

/in/foo.cc: In function 'll mul(ll, ll, ll)':
/in/foo.cc:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(!x)return 1;if(x==1) return a;
     ^~
/in/foo.cc:15:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if(!x)return 1;if(x==1) return a;
                    ^~
/in/foo.cc: In function 'bool Miller_Rabin(ll)':
/in/foo.cc:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(p<2)return 0;if(p==2)return 1;if(!(p&1))return 0;int t=0;ll k=p-1;while(!(k&1))++t,k>>=1;
     ^~
/in/foo.cc:19:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if(p<2)return 0;if(p==2)return 1;if(!(p&1))return 0;int t=0;ll k=p-1;while(!(k&1))++t,k>>=1;
                     ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(M[ink])continue;M[ink]=1;
    ^~
/in/foo.cc:32:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    if(M[ink])continue;M[ink]=1;
                       ^
/in/foo.cc:40:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(M[ink])continue;M[ink]=1;
    ^~
/in/foo.cc:40:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    if(M[ink])continue;M[ink]=1;
                       ^
/in/foo.cc:48:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(M[ink])continue;M[ink]=1;
    ^~
/in/foo.cc:48:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    if(M[ink])continue;M[ink]=1;
                       ^
/in/foo.cc:56:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(M[ink])continue;M[ink]=1;
    ^~
/in/foo.cc:56:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    if(M[ink])continue;M[ink]=1;
                       ^
# 状态 耗时 内存占用
#1 Accepted 8ms 2.938 MiB
#2 Accepted 34ms 2.32 MiB
#3 Accepted 24ms 2.309 MiB
#4 Accepted 37ms 2.305 MiB
#5 Accepted 61ms 2.328 MiB
#6 Accepted 11ms 2.305 MiB
#7 Accepted 32ms 2.312 MiB
#8 Accepted 14ms 2.32 MiB
#9 Accepted 61ms 2.312 MiB
#10 Accepted 27ms 2.301 MiB

信息

递交者
类型
递交
题目
Prime Path (prime.*)
题目数据
下载
语言
C++
递交时间
2018-10-24 15:09:01
评测时间
2018-10-24 15:17:50
评测机
分数
100
总耗时
313ms
峰值内存
2.938 MiB