/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&n,&l);
                    ^
/in/foo.cc:9:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:11:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&tmp);
                  ^
/in/foo.cc:14:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&tmp);
                 ^
/in/foo.cc:17:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&tmp);
                  ^
# 状态 耗时 内存占用
#1 Accepted 2ms 472.0 KiB
#2 Wrong Answer 2ms 612.0 KiB
#3 Wrong Answer 3ms 864.0 KiB
#4 Wrong Answer 2ms 1.098 MiB
#5 Wrong Answer 3ms 984.0 KiB
#6 Wrong Answer 5ms 996.0 KiB
#7 Wrong Answer 3ms 1.09 MiB
#8 Wrong Answer 4ms 996.0 KiB
#9 Wrong Answer 4ms 1.016 MiB
#10 Wrong Answer 4ms 992.0 KiB

信息

递交者
类型
递交
题目
P1658 萌萌的哈密顿
语言
C++
递交时间
2020-06-06 16:46:20
评测时间
2020-06-06 16:46:20
评测机
分数
10
总耗时
37ms
峰值内存
1.098 MiB