/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:101:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (int j=0;j<4;j++) read(ip[j]);read(w);
   ^~~
/in/foo.cc:101:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (int j=0;j<4;j++) read(ip[j]);read(w);
                                     ^~~~
/in/foo.cc:108:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (int j=0;j<4;j++) read(ip[j]);u=query();
   ^~~
/in/foo.cc:108:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (int j=0;j<4;j++) read(ip[j]);u=query();
                                     ^
/in/foo.cc:109:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (int j=0;j<4;j++) read(ip[j]);v=query();
   ^~~
/in/foo.cc:109:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (int j=0;j<4;j++) read(ip[j]);v=query();
                                     ^
# 状态 耗时 内存占用
#1 Accepted 26ms 6.25 MiB
#2 Accepted 146ms 6.375 MiB
#3 Accepted 24ms 8.25 MiB
#4 Accepted 114ms 8.363 MiB
#5 Accepted 31ms 8.348 MiB
#6 Accepted 34ms 10.25 MiB
#7 Accepted 66ms 12.426 MiB
#8 Accepted 67ms 10.25 MiB
#9 Accepted 191ms 10.473 MiB
#10 Accepted 151ms 10.367 MiB

信息

递交者
类型
递交
题目
P1184 CoVH之华丽的IP伪装
语言
C++
递交时间
2018-02-28 23:18:32
评测时间
2018-02-28 23:18:32
评测机
分数
100
总耗时
854ms
峰值内存
12.426 MiB