记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:30:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0;i<e[now].size();i++){
                ~^~~~~~~~~~~~~~
foo.cc:10:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:12:8: 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 2ms 896.0 KiB
#2 Accepted 300ms 16.004 MiB
#3 Accepted 30ms 3.328 MiB
#4 Accepted 2ms 800.0 KiB
#5 Accepted 10ms 1.41 MiB
#6 Accepted 4ms 1.031 MiB
#7 Accepted 2ms 896.0 KiB
#8 Accepted 6ms 1.191 MiB
#9 Accepted 65ms 6.18 MiB
#10 Accepted 20ms 2.027 MiB

信息

递交者
类型
递交
题目
P1009 [HNOI2008]神奇的国度
语言
C++
递交时间
2021-04-22 15:07:58
评测时间
2021-04-22 15:07:58
评测机
分数
100
总耗时
445ms
峰值内存
16.004 MiB