/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:62:30: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d:%d",&hour,&mine);
                              ^
/in/foo.cc:62:30: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:73:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d%c",&t,&ch);
                        ^
/in/foo.cc:85:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%d:%.2d",hour,mine);
                                   ^
/in/foo.cc:85:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 5ms 2.375 MiB
#2 Accepted 8ms 3.0 MiB
#3 Accepted 7ms 1.0 MiB
#4 Accepted 5ms 1.102 MiB
#5 Accepted 5ms 2.5 MiB
#6 Accepted 7ms 1.0 MiB
#7 Accepted 6ms 1.113 MiB
#8 Accepted 6ms 2.875 MiB
#9 Accepted 4ms 1.09 MiB
#10 Accepted 4ms 1.121 MiB

信息

递交者
类型
递交
题目
P1411 Dejected Birthday-允诺
语言
C++
递交时间
2017-12-04 22:34:52
评测时间
2017-12-04 22:34:52
评测机
分数
100
总耗时
63ms
峰值内存
3.0 MiB