/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:3:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                         ^~~~~~~
/in/foo.cc:62:5: note: in expansion of macro 'GetI64'
   62 |     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
      |     ^~~~~~
/in/foo.cc:3:30: note: format string is defined here
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                          ~~~~^
      |                              |
      |                              int*
      |                          %I64lld
/in/foo.cc:3:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                         ^~~~~~~
/in/foo.cc:62:15: note: in expansion of macro 'GetI64'
   62 |     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
      |               ^~~~~~
/in/foo.cc:3:30: note: format string is defined here
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                          ~~~~^
      |                              |
      |                              int*
      |                          %I64lld
/in/foo.cc:3:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                         ^~~~~~~
/in/foo.cc:62:25: note: in expansion of macro 'GetI64'
   62 |     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
      |                         ^~~~~~
/in/foo.cc:3:30: note: format string is defined here
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                          ~~~~^
      |                              |
      |                              int*
      |                          %I64lld
/in/foo.cc:3:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                         ^~~~~~~
/in/foo.cc:62:35: note: in expansion of macro 'GetI64'
   62 |     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
      |                                   ^~~~~~
/in/foo.cc:3:30: note: format string is defined here
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                          ~~~~^
      |                              |
      |                              int*
      |                          %I64lld
/in/foo.cc:3:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                         ^~~~~~~
/in/foo.cc:62:46: note: in expansion of macro 'GetI64'
   62 |     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
      |                                              ^~~~~~
/in/foo.cc:3:30: note: format string is defined here
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                          ~~~~^
      |                              |
      |                              int*
      |                          %I64lld
/in/foo.cc:3:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                         ^~~~~~~
/in/foo.cc:62:56: note: in expansion of macro 'GetI64'
   62 |     GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
      |                                                        ^~~~~~
/in/foo.cc:3:30: note: format string is defined here
    3 | #define GetI64(x) scanf("%I64d",&x)
      |                          ~~~~^
      |                              |
      |                              int*
      |                          %I64lld
/in/foo.cc:4:33: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll' {aka 'long long int'} [-Wformat=]
    4 | #define PutI64(x,arg...) printf("%I64d" arg,x)
      |                                 ^
/in/foo.cc:75:5: note: in expansion of macro 'PutI64'
   75 |     PutI64(x,"\n");
      |     ^~~~~~
/in/foo.cc:4:38: note: format string is defined here
    4 | #define PutI64(x,arg...) printf("%I64d" arg,x)
      |                                  ~~~~^
      |                                      |
      |                                      int
      |                                  %I64lld
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 1ms 432.0 KiB
#3 Accepted 1ms 320.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 352.0 KiB
#6 Accepted 1ms 380.0 KiB
#7 Accepted 1ms 284.0 KiB
#8 Accepted 1ms 284.0 KiB
#9 Accepted 1ms 284.0 KiB
#10 Accepted 1ms 424.0 KiB
#11 Wrong Answer 1ms 284.0 KiB
#12 Wrong Answer 1ms 284.0 KiB
#13 Wrong Answer 1ms 284.0 KiB
#14 Accepted 1ms 432.0 KiB
#15 Wrong Answer 1ms 284.0 KiB
#16 Wrong Answer 1ms 284.0 KiB
#17 Wrong Answer 1ms 284.0 KiB
#18 Wrong Answer 1ms 284.0 KiB
#19 Wrong Answer 1ms 392.0 KiB
#20 Wrong Answer 1ms 340.0 KiB

信息

递交者
类型
递交
题目
P1725 随机数生成器
语言
C++
递交时间
2025-10-14 19:46:42
评测时间
2025-10-14 19:46:42
评测机
分数
55
总耗时
25ms
峰值内存
432.0 KiB