QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#282275#6418. Ah, It's Yesterday Once MoreDoqeCompile Error//C++14511b2023-12-11 17:37:542023-12-11 17:37:55

Judging History

你现在查看的是最新测评结果

  • [2023-12-11 17:37:55]
  • 评测
  • [2023-12-11 17:37:54]
  • 提交

answer

#include<bits/stdc++.h>
int main()
{
    std::cout<<r"
20 20
11111111111111111111
00000000000000000001
11111111111111111101
10000000000000000101
10111111111111110101
10100000000000010101
10101111111111010101
10101000000001010101
10101011111101010101
10101010000101010101
10101010100101010101
10101010111101010101
10101010000001010101
10101011111111010101
10101000000000010101
10101111111111110101
10100000000000000101
10111111111111111101
10000000000000000001
11111111111111111111
";
}

詳細信息

answer.code:4:17: warning: missing terminating " character
    4 |     std::cout<<r"
      |                 ^
answer.code:4:17: error: missing terminating " character
answer.code:6:1: warning: integer constant is so large that it is unsigned
    6 | 11111111111111111111
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:8:1: warning: integer constant is so large that it is unsigned
    8 | 11111111111111111101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:9:1: warning: integer constant is so large that it is unsigned
    9 | 10000000000000000101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:10:1: warning: integer constant is so large that it is unsigned
   10 | 10111111111111110101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:11:1: warning: integer constant is so large that it is unsigned
   11 | 10100000000000010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:12:1: warning: integer constant is so large that it is unsigned
   12 | 10101111111111010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:13:1: warning: integer constant is so large that it is unsigned
   13 | 10101000000001010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:14:1: warning: integer constant is so large that it is unsigned
   14 | 10101011111101010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:15:1: warning: integer constant is so large that it is unsigned
   15 | 10101010000101010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:16:1: warning: integer constant is so large that it is unsigned
   16 | 10101010100101010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:17:1: warning: integer constant is so large that it is unsigned
   17 | 10101010111101010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:18:1: warning: integer constant is so large that it is unsigned
   18 | 10101010000001010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:19:1: warning: integer constant is so large that it is unsigned
   19 | 10101011111111010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:20:1: warning: integer constant is so large that it is unsigned
   20 | 10101000000000010101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:21:1: warning: integer constant is so large that it is unsigned
   21 | 10101111111111110101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:22:1: warning: integer constant is so large that it is unsigned
   22 | 10100000000000000101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:23:1: warning: integer constant is so large that it is unsigned
   23 | 10111111111111111101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:24:1: warning: integer constant is so large that it is unsigned
   24 | 10000000000000000001
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:25:1: warning: integer constant is so large that it is unsigned
   25 | 11111111111111111111
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:26:1: warning: missing terminating " character
   26 | ";
      | ^
answer.code:26:1: error: missing terminating " character
   26 | ";
      | ^~
answer.code: In function ‘int main()’:
answer.code:4:16: error: ‘r’ was not declared in this scope
    4 |     std::cout<<r"
      |                ^