/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void work()':
/in/foo.cc:109:27: warning: variable 'tmpy' set but not used [-Wunused-but-set-variable]
             int tmpx = x, tmpy, tmp;
                           ^~~~
/in/foo.cc:109:33: warning: unused variable 'tmp' [-Wunused-variable]
             int tmpx = x, tmpy, tmp;
                                 ^~~
/in/foo.cc:124:17: warning: variable 'tmpx' set but not used [-Wunused-but-set-variable]
             int tmpx, tmpy = y, tmp;
                 ^~~~
/in/foo.cc:124:33: warning: unused variable 'tmp' [-Wunused-variable]
             int tmpx, tmpy = y, tmp;
                                 ^~~
# 状态 耗时 内存占用
#1 Accepted 9ms 10.434 MiB
#2 Accepted 11ms 10.438 MiB
#3 Accepted 25ms 10.559 MiB
#4 Accepted 120ms 12.566 MiB
#5 Accepted 153ms 10.992 MiB
#6 Accepted 291ms 17.418 MiB
#7 Accepted 337ms 17.699 MiB
#8 Accepted 343ms 17.68 MiB
#9 Accepted 300ms 16.848 MiB
#10 Accepted 299ms 17.488 MiB

信息

递交者
类型
递交
题目
P1935 不可思议的清晨
语言
C++
递交时间
2017-09-17 08:32:27
评测时间
2017-09-17 08:32:27
评测机
分数
100
总耗时
1891ms
峰值内存
17.699 MiB