记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
/in/foo.cc:15:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",ans);
                 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 336.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Wrong Answer 3ms 208.0 KiB

信息

递交者
类型
自测
题目
超级分分分
语言
C++
递交时间
2017-08-21 14:43:02
评测时间
2017-08-21 14:43:02
评测机
分数
20
总耗时
9ms
峰值内存
336.0 KiB