/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int find_up(long long int, long long int)':
/in/foo.cc:23:12: warning: unused variable 'a' [-Wunused-variable]
         LL a=s[i].a,b=s[i].b,c=s[i].c,d=s[i].d;
            ^
/in/foo.cc: In function 'int find_down(long long int, long long int)':
/in/foo.cc:38:30: warning: unused variable 'c' [-Wunused-variable]
         LL a=s[i].a,b=s[i].b,c=s[i].c,d=s[i].d;
                              ^
/in/foo.cc: In function 'int find_left(long long int, long long int)':
/in/foo.cc:53:21: warning: unused variable 'b' [-Wunused-variable]
         LL a=s[i].a,b=s[i].b,c=s[i].c,d=s[i].d;
                     ^
/in/foo.cc: In function 'int find_right(long long int, long long int)':
/in/foo.cc:68:39: warning: unused variable 'd' [-Wunused-variable]
         LL a=s[i].a,b=s[i].b,c=s[i].c,d=s[i].d;
                                       ^
/in/foo.cc: In function 'int bfs()':
/in/foo.cc:85:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while (!q.empty()) q.pop(); q.push((hq){1,0});
     ^~~~~
/in/foo.cc:85:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while (!q.empty()) q.pop(); q.push((hq){1,0});
                                 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 4ms 384.0 KiB
#5 Accepted 9ms 456.0 KiB
#6 Accepted 6ms 2.32 MiB
#7 Accepted 31ms 592.0 KiB
#8 Accepted 48ms 640.0 KiB
#9 Accepted 122ms 980.0 KiB
#10 Accepted 271ms 836.0 KiB

信息

递交者
类型
递交
题目
P1366 冰原探险
语言
C++
递交时间
2017-09-10 14:21:28
评测时间
2017-09-10 14:21:28
评测机
分数
100
总耗时
502ms
峰值内存
2.32 MiB