/ XMU_ACM /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:27:22: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%I64d", &n);
                      ^
/in/foo.cc:29:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%I64d\n", work(n));
                              ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 200.0 KiB

信息

递交者
类型
递交
题目
P1003 拆分
语言
C++
递交时间
2019-03-19 20:06:15
评测时间
2019-03-19 20:08:15
评测机
分数
0
总耗时
1ms
峰值内存
200.0 KiB