QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#658013#6418. Ah, It's Yesterday Once Morenihaoakeke1Compile Error//C++14567b2024-10-19 15:59:012024-10-19 15:59:03

Judging History

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

  • [2024-10-19 15:59:03]
  • 评测
  • [2024-10-19 15:59:01]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
#define int long long

signed main()
{
   cout<<"
     20 20
10011100011100011111
10110100110100110001
11101101101101100011
00011011011011011110
00110110110110110000
01101101101101101111
11011011011011011001
10110110110110110111
11101101101101101100
00011011011011011010
00110110110110110111
01101101101101101101
11011011011011011011
10110110110110110110
11101101101101101100
00011011011011011010
00110110110110110111
11101101101101101101
10011011011011011011
11110001110001110110

       "
}

Details

answer.code:7:10: warning: missing terminating " character
    7 |    cout<<"
      |          ^
answer.code:7:10: error: missing terminating " character
answer.code:9:1: warning: integer constant is so large that it is unsigned
    9 | 10011100011100011111
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:10:1: warning: integer constant is so large that it is unsigned
   10 | 10110100110100110001
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:11:1: warning: integer constant is so large that it is unsigned
   11 | 11101101101101100011
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:15:1: warning: integer constant is so large that it is unsigned
   15 | 11011011011011011001
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:16:1: warning: integer constant is so large that it is unsigned
   16 | 10110110110110110111
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:17:1: warning: integer constant is so large that it is unsigned
   17 | 11101101101101101100
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:21:1: warning: integer constant is so large that it is unsigned
   21 | 11011011011011011011
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:22:1: warning: integer constant is so large that it is unsigned
   22 | 10110110110110110110
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:23:1: warning: integer constant is so large that it is unsigned
   23 | 11101101101101101100
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:26:1: warning: integer constant is so large that it is unsigned
   26 | 11101101101101101101
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:27:1: warning: integer constant is so large that it is unsigned
   27 | 10011011011011011011
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:28:1: warning: integer constant is so large that it is unsigned
   28 | 11110001110001110110
      | ^~~~~~~~~~~~~~~~~~~~
answer.code:30:8: warning: missing terminating " character
   30 |        "
      |        ^
answer.code:30:8: error: missing terminating " character
answer.code: In function ‘int main()’:
answer.code:8:8: error: expected ‘;’ before numeric constant
    8 |      20 20
      |        ^~~
      |        ;