QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#620158#6418. Ah, It's Yesterday Once MorexDarkbluex#WA 0ms3660kbC++171.9kb2024-10-07 16:50:582024-10-07 16:51:09

Judging History

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

  • [2024-10-07 16:51:09]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3660kb
  • [2024-10-07 16:50:58]
  • 提交

answer

#include <bits/stdc++.h>

using namespace std;

int main(){
printf("11111111111111111111\n");
printf("10000000000000000001\n");                                                                                           
printf("10111111111111111101\n");                                                                                           
printf("10100000000000000101\n");                                                                                           
printf("10101111111111110101\n");                                                                                           
printf("10101000000000010101\n");                                             
printf("10101011111111010101\n");                                              
printf("10101010000001010101\n");                                             
printf("10101010111101010101\n");                                            
printf("10101010100101010101\n");                                         
printf("10101010110101010101\n");                                          
printf("10101010000101010101\n");                                        
printf("10101011111101010101\n");                                              
printf("10101000000001010101\n");                                              
printf("10101111111111010101\n");                                  
printf("10100000000000010101\n");                                                                                           
printf("10111111111111110101\n");                                                                                           
printf("10000000000000000101\n");                                                                                           
printf("11111111111111111101\n");                                                                                           
printf("00000000000000000001\n");
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3660kb

input:



output:

11111111111111111111
10000000000000000001
10111111111111111101
10100000000000000101
10101111111111110101
10101000000000010101
10101011111111010101
10101010000001010101
10101010111101010101
10101010100101010101
10101010110101010101
10101010000101010101
10101011111101010101
10101000000001010101
101011...

result:

wrong output format Expected int64, but "11111111111111111111" found