/ Vijos /

记录详情

Accepted

foo.cc: In function 'bool check(long long int)':
foo.cc:17:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(ll i=0; i<edge[x].size(); i++){
                 ~^~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:54:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld %lld %lld",&n,&s,&m);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:57:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld %lld %lld",&x,&y,&z);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 3ms 2.625 MiB
#2 Accepted 4ms 2.684 MiB
#3 Accepted 3ms 2.625 MiB
#4 Accepted 3ms 2.625 MiB
#5 Accepted 4ms 2.625 MiB
#6 Accepted 15ms 4.379 MiB
#7 Accepted 16ms 4.426 MiB
#8 Accepted 34ms 4.957 MiB
#9 Accepted 29ms 5.047 MiB
#10 Accepted 507ms 4.98 MiB

信息

递交者
类型
递交
题目
P1321 魔塔
语言
C++
递交时间
2021-03-26 22:25:57
评测时间
2021-03-26 22:25:57
评测机
分数
100
总耗时
623ms
峰值内存
5.047 MiB