/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:23: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:82:5: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
     ^~~~~~
/in/foo.cc:23: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:82:15: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
               ^~~~~~
/in/foo.cc:23: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:82:25: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                         ^~~~~~
/in/foo.cc:23: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:82:35: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                   ^~~~~~
/in/foo.cc:23: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:82:46: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                              ^~~~~~
/in/foo.cc:23: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:82:56: note: in expansion of macro 'GetI64'
     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
                                                        ^~~~~~
/in/foo.cc:24: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:95:5: note: in expansion of macro 'PutI64'
     PutI64(x,"\n");
     ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 332.0 KiB
#2 Accepted 2ms 348.0 KiB
#3 Wrong Answer 1ms 340.0 KiB
#4 Wrong Answer 1ms 376.0 KiB
#5 Wrong Answer 2ms 368.0 KiB
#6 Wrong Answer 1ms 340.0 KiB
#7 Wrong Answer 2ms 324.0 KiB
#8 Wrong Answer 2ms 356.0 KiB
#9 Wrong Answer 1ms 380.0 KiB
#10 Wrong Answer 1ms 328.0 KiB
#11 Wrong Answer 1ms 376.0 KiB
#12 Wrong Answer 1ms 328.0 KiB
#13 Wrong Answer 1ms 328.0 KiB
#14 Wrong Answer 2ms 344.0 KiB
#15 Wrong Answer 1ms 404.0 KiB
#16 Wrong Answer 2ms 340.0 KiB
#17 Wrong Answer 2ms 332.0 KiB
#18 Wrong Answer 1ms 332.0 KiB
#19 Wrong Answer 1ms 340.0 KiB
#20 Wrong Answer 1ms 392.0 KiB

信息

递交者
类型
递交
题目
P1725 随机数生成器
语言
C++
递交时间
2021-12-29 19:04:50
评测时间
2021-12-29 19:04:50
评测机
分数
10
总耗时
40ms
峰值内存
404.0 KiB