/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&n,&m);
                    ^
/in/foo.cc:17:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:19:47: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
      scanf("%d%d%d",&mt[i].z,&mt[i].c,&mt[i].v);
                                               ^
/in/foo.cc:19:47: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:19:47: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:21:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d%d",&cl[i].b,&cl[i].num);
                                   ^
/in/foo.cc:21:35: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 2ms 488.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 412.0 KiB
#4 Accepted 2ms 336.0 KiB
#5 Accepted 2ms 364.0 KiB
#6 Accepted 1ms 380.0 KiB
#7 Accepted 1ms 456.0 KiB
#8 Accepted 2ms 464.0 KiB
#9 Accepted 1ms 488.0 KiB
#10 Accepted 2ms 384.0 KiB
#11 Accepted 1ms 452.0 KiB

信息

递交者
类型
递交
题目
P1407 古韵之刺绣
语言
C++
递交时间
2019-08-15 16:47:58
评测时间
2019-08-15 16:51:18
评测机
分数
100
总耗时
23ms
峰值内存
488.0 KiB