QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#616763#8637. 搬砖wyz0 0ms3644kbC++14176b2024-10-06 11:14:552024-10-06 11:14:56

Judging History

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

  • [2024-10-06 11:14:56]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:3644kb
  • [2024-10-06 11:14:55]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
typedef long long ll;

int main(){
	ios_base::sync_with_stdio(0), cin.tie(0), cout.tie(0);
	
	cout << 264;
	
	return 0;
}

详细

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

19
49 87 55 72 26 28 61 89 3 74 68 5 35 38 29 51 43 50 99

output:

264

result:

wrong answer 1st numbers differ - expected: '164', found: '264'

Subtask #2:

score: 0
Wrong Answer

Test #21:

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

input:

199999
847249 186487 367355 618072 937226 591328 776261 362189 96203 363974 349368 378905 615535 753238 551029 549551 648843 257850 897199 780171 34956 529292 138489 164016 983045 678158 447625 770688 359626 620193 47041 723226 806679 414396 857650 260257 522075 633910 622445 618277 514235 488164 99...

output:

264

result:

wrong answer 1st numbers differ - expected: '19467220030', found: '264'