记录详情

Accepted

/in/foo.cc: In function 'bool cheak(int)':
/in/foo.cc:8:9: warning: unused variable 'be' [-Wunused-variable]
     int be = a[1];
         ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:25:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
         scanf("%d",a+i);
                       ^
# 状态 耗时 内存占用
#1 Accepted 2ms 336.0 KiB
#2 Accepted 1ms 372.0 KiB
#3 Accepted 3ms 352.0 KiB
#4 Accepted 2ms 380.0 KiB
#5 Accepted 6ms 512.0 KiB
#6 Accepted 14ms 896.0 KiB
#7 Accepted 35ms 1.086 MiB
#8 Accepted 1ms 384.0 KiB
#9 Accepted 1ms 380.0 KiB
#10 Accepted 1ms 368.0 KiB

信息

递交者
类型
递交
题目
愤怒的牛(Usaco2005 feb, Bzoj1734)
题目数据
下载
语言
C++
递交时间
2018-09-22 22:06:25
评测时间
2018-09-22 22:06:25
评测机
分数
100
总耗时
72ms
峰值内存
1.086 MiB