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; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 可持久化并查集
- 语言
- C++
- 递交时间
- 2017-05-06 19:41:01
- 评测时间
- 2017-05-06 19:41:01
- 评测机
- 分数
- 100
- 总耗时
- 90ms
- 峰值内存
- 12.934 MiB