/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:3:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:62:5: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
     ^~~~~~
/in/foo.cc:3:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:62:15: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
               ^~~~~~
/in/foo.cc:3:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:62:25: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                         ^~~~~~
/in/foo.cc:3:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:62:35: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                   ^~~~~~
/in/foo.cc:3:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:62:46: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                              ^~~~~~
/in/foo.cc:3:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
 #define GetI64(x) scanf("%I64d",&x)
                                   ^
/in/foo.cc:62:56: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                                        ^~~~~~
/in/foo.cc:4:46: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
 #define PutI64(x,arg...) printf("%I64d" arg,x)
                                              ^
/in/foo.cc:75:5: note: in expansion of macro 'PutI64'
     PutI64(x,"\n");
     ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 356.0 KiB
#2 Accepted 2ms 348.0 KiB
#3 Accepted 3ms 360.0 KiB
#4 Accepted 3ms 372.0 KiB
#5 Accepted 2ms 372.0 KiB
#6 Accepted 2ms 364.0 KiB
#7 Accepted 3ms 356.0 KiB
#8 Accepted 3ms 256.0 KiB
#9 Accepted 3ms 356.0 KiB
#10 Accepted 2ms 356.0 KiB
#11 Wrong Answer 4ms 384.0 KiB
#12 Wrong Answer 4ms 256.0 KiB
#13 Wrong Answer 2ms 384.0 KiB
#14 Accepted 3ms 368.0 KiB
#15 Wrong Answer 2ms 336.0 KiB
#16 Wrong Answer 4ms 356.0 KiB
#17 Wrong Answer 2ms 360.0 KiB
#18 Wrong Answer 3ms 368.0 KiB
#19 Wrong Answer 2ms 360.0 KiB
#20 Wrong Answer 4ms 356.0 KiB

信息

递交者
类型
递交
题目
P1725 随机数生成器
语言
C++
递交时间
2018-03-24 20:46:19
评测时间
2018-03-24 20:46:19
评测机
分数
55
总耗时
67ms
峰值内存
384.0 KiB