/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool CheckIn(int, std::deque<int>)':
/in/foo.cc:27:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < theList.size(); i++) {
                   ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int CalcRes(int, std::vector<int>)':
/in/foo.cc:38:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < theList.size(); i++) {
                   ~~^~~~~~~~~~~~~~~~
/in/foo.cc:43:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (_windList.size() == maxi) {
         ~~~~~~~~~~~~~~~~~^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 352.0 KiB
#2 Accepted 7ms 356.0 KiB
#3 Accepted 7ms 324.0 KiB
#4 Accepted 4ms 356.0 KiB
#5 Accepted 4ms 360.0 KiB
#6 Accepted 4ms 308.0 KiB
#7 Accepted 3ms 304.0 KiB
#8 Accepted 5ms 328.0 KiB
#9 Accepted 4ms 348.0 KiB
#10 Accepted 4ms 356.0 KiB

信息

递交者
类型
递交
题目
P1774 机器翻译
语言
C++
递交时间
2018-10-22 19:40:30
评测时间
2018-10-22 19:40:30
评测机
分数
100
总耗时
51ms
峰值内存
360.0 KiB