/ XMU_ACM /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:43:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  while (~scanf("%d", &n)) { init();
                        ^
/in/foo.cc:53:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d\n", len + tot);
                           ^
# 状态 耗时 内存占用
#1 Wrong Answer 77ms 2.574 MiB

信息

递交者
类型
递交
题目
P1067 上升
语言
C++
递交时间
2020-12-27 18:30:12
评测时间
2020-12-27 18:30:12
评测机
分数
0
总耗时
77ms
峰值内存
2.574 MiB