QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#427081#1. I/O Testbycwxbd0 497ms3600kbC++17365b2024-06-01 09:27:592024-06-01 09:27:59

Judging History

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

  • [2024-06-01 09:27:59]
  • 评测
  • 测评结果:0
  • 用时:497ms
  • 内存:3600kb
  • [2024-06-01 09:27:59]
  • 提交

config.txt

10000000 10000000

input_test

#include <bits/stdc++.h>

using namespace std;

int n, x;
long long sum;

int main(){
	cin >> n;
	while(n--){
		cin >> x;
		sum += x;
	}
	cout << sum << endl;
	return 0;
}

output_test

#include <bits/stdc++.h>

using namespace std;

int n;
int main(){
	cin >> n;
	for(int i = 1e8; i <= 1e8 + n; i++){
		cout << i << ' ';
	}
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
368842475 834676520 291563500 585429817 358793994 696696163 486504747 309180670 375845551 184825341 312741365 513858337 133661634 253648532 115068389 320250923 856363743 861086948 153064660 573103133 411823109 919419368 858329573 349414514 405418431 136012347 614825061 741518884 817523117 7...

output:


result:


Subtask #2:

score: 0
Wrong Answer

Test #2:

score: 0
Wrong Answer
time: 497ms
memory: 3600kb

input:

10000000

output:

100000000 100000001 100000002 100000003 100000004 100000005 100000006 100000007 100000008 100000009 100000010 100000011 100000012 100000013 100000014 100000015 100000016 100000017 100000018 100000019 100000020 100000021 100000022 100000023 100000024 100000025 100000026 100000027 100000028 100000029 ...

result:

wrong output format Extra information in the output file