/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:74:2: note: in expansion of macro 'GetI64'
  GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
  ^~~~~~
/in/foo.cc:10:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:74:12: note: in expansion of macro 'GetI64'
  GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
            ^~~~~~
/in/foo.cc:10:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:74:22: note: in expansion of macro 'GetI64'
  GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                      ^~~~~~
/in/foo.cc:10:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:74:32: note: in expansion of macro 'GetI64'
  GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                ^~~~~~
/in/foo.cc:10:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:74:43: note: in expansion of macro 'GetI64'
  GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                           ^~~~~~
/in/foo.cc:10:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:74:53: note: in expansion of macro 'GetI64'
  GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                                     ^~~~~~
/in/foo.cc:11:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
 #define PutI64(x) printf("%I64d",x)
                                   ^
/in/foo.cc:82:2: note: in expansion of macro 'PutI64'
  PutI64(g);
  ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 512.0 KiB
#2 Wrong Answer 3ms 512.0 KiB
#3 Wrong Answer 3ms 512.0 KiB
#4 Wrong Answer 3ms 512.0 KiB
#5 Wrong Answer 2ms 588.0 KiB
#6 Wrong Answer 2ms 512.0 KiB
#7 Wrong Answer 4ms 512.0 KiB
#8 Wrong Answer 4ms 512.0 KiB
#9 Wrong Answer 3ms 620.0 KiB
#10 Wrong Answer 3ms 604.0 KiB
#11 Wrong Answer 1ms 584.0 KiB
#12 Wrong Answer 2ms 640.0 KiB
#13 Wrong Answer 3ms 512.0 KiB
#14 Wrong Answer 2ms 592.0 KiB
#15 Wrong Answer 3ms 592.0 KiB
#16 Wrong Answer 3ms 604.0 KiB
#17 Wrong Answer 5ms 620.0 KiB
#18 Wrong Answer 2ms 604.0 KiB
#19 Wrong Answer 4ms 580.0 KiB
#20 Wrong Answer 3ms 620.0 KiB

信息

递交者
类型
递交
题目
P1725 随机数生成器
语言
C++
递交时间
2017-09-02 19:38:06
评测时间
2017-09-02 19:38:06
评测机
分数
0
总耗时
71ms
峰值内存
640.0 KiB