/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:18:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=1;i<=min(n,m);i++){
                 ~^~~~~~~~~~
foo.cc:10:34: warning: unused variable 't' [-Wunused-variable]
     unsigned long long n,m,ans=0,t,cnt=0;
                                  ^
foo.cc:10:36: warning: unused variable 'cnt' [-Wunused-variable]
     unsigned long long n,m,ans=0,t,cnt=0;
                                    ^~~

自豪地采用[jd5](https://github.com/masnn/jd5)进行评测
# 状态 耗时 内存占用
#1 Accepted 3ms 240.0 KiB
#2 Accepted 2ms 240.0 KiB
#3 Accepted 2ms 240.0 KiB
#4 Accepted 2ms 2.121 MiB
#5 Accepted 2ms 2.121 MiB
#6 Accepted 2ms 232.0 KiB
#7 Accepted 2ms 252.0 KiB
#8 Accepted 2ms 232.0 KiB
#9 Accepted 2ms 2.121 MiB
#10 Accepted 5ms 2.121 MiB

信息

递交者
类型
递交
题目
P1732 能量采集
语言
C++
递交时间
2019-11-28 15:55:11
评测时间
2019-11-28 15:55:11
评测机
分数
100
总耗时
24ms
峰值内存
2.121 MiB