/ CWOI /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    printf("%d\n",y);
                   ^
/in/foo.cc:37:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d\n",y);
                    ^
/in/foo.cc:42:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d\n",y);
                    ^
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 4ms 256.0 KiB
#5 Accepted 10ms 476.0 KiB
#6 Accepted 7ms 384.0 KiB
#7 Accepted 10ms 384.0 KiB
#8 Accepted 65ms 1.043 MiB
#9 Accepted 62ms 1.113 MiB
#10 Accepted 75ms 1.0 MiB

信息

递交者
类型
递交
题目
2017.07.17 P1 奶牛与程序
语言
C++
递交时间
2017-07-17 21:07:12
评测时间
2017-07-17 21:07:12
评测机
分数
300
总耗时
244ms
峰值内存
1.113 MiB