/ Vijos /

记录详情

Accepted

foo.cc: In function 'void work_1(int)':
foo.cc:31:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i=0;i<s[now].size();i++)
                  ~^~~~~~~~~~~~~~
foo.cc: In function 'void work_2(int)':
foo.cc:63:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i=0;i<s[now].size();i++)
                  ~^~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:77:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d%d",&x,&y);
             ~~~~~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 6ms 5.652 MiB
#2 Accepted 6ms 5.699 MiB
#3 Accepted 6ms 5.75 MiB
#4 Accepted 6ms 5.742 MiB
#5 Accepted 6ms 5.738 MiB
#6 Accepted 11ms 6.281 MiB
#7 Accepted 104ms 11.238 MiB
#8 Accepted 224ms 16.715 MiB
#9 Accepted 230ms 16.734 MiB
#10 Accepted 232ms 16.699 MiB

信息

递交者
类型
递交
题目
P1476 旅游规划(csapc)
语言
C++
递交时间
2021-03-27 21:01:43
评测时间
2021-03-27 21:01:43
评测机
分数
100
总耗时
836ms
峰值内存
16.734 MiB