/ Vijos /

记录详情

Accepted

/in/foo.cc:79:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:99:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    printf("Case #%d: -1\n", tim);
                                ^
/in/foo.cc:101:39: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    printf("Case #%d: %lld\n", tim, ans);
                                       ^
# 状态 耗时 内存占用
#1 Accepted 233ms 128.25 MiB
#2 Accepted 289ms 126.25 MiB
#3 Accepted 239ms 126.324 MiB
#4 Accepted 229ms 126.25 MiB
#5 Accepted 265ms 142.5 MiB
#6 Accepted 281ms 142.363 MiB
#7 Accepted 291ms 143.723 MiB
#8 Accepted 295ms 144.824 MiB
#9 Accepted 165ms 142.445 MiB
#10 Accepted 161ms 142.625 MiB

信息

递交者
类型
递交
题目
P1901 学姐的钱包
语言
C++
递交时间
2018-04-14 09:18:03
评测时间
2018-04-14 09:18:03
评测机
分数
100
总耗时
2454ms
峰值内存
144.824 MiB