记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:13:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(c=='-')f=-1;c=getchar();
         ^~
/in/foo.cc:13:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(c=='-')f=-1;c=getchar();
                        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:56:23: warning: variable 'key' set but not used [-Wunused-but-set-variable]
     int opt,a,b,k,x,y,key=0;
                       ^~~
# 状态 耗时 内存占用
#1 Accepted 7ms 8.5 MiB
#2 Accepted 7ms 6.375 MiB
#3 Accepted 6ms 8.375 MiB
#4 Accepted 6ms 8.484 MiB
#5 Accepted 11ms 8.375 MiB
#6 Accepted 6ms 8.484 MiB
#7 Accepted 7ms 8.375 MiB
#8 Accepted 11ms 12.934 MiB
#9 Accepted 14ms 6.875 MiB
#10 Accepted 11ms 6.969 MiB

信息

递交者
类型
递交
题目
可持久化并查集
语言
C++
递交时间
2017-05-06 19:41:01
评测时间
2017-05-06 19:41:01
评测机
分数
100
总耗时
90ms
峰值内存
12.934 MiB