QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#481200#1. I/O Testwol_qwq200 ✓585ms3744kbC++20371b2024-07-16 21:21:372024-07-16 21:21:39

Judging History

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

  • [2024-07-16 21:21:39]
  • 评测
  • 测评结果:200
  • 用时:585ms
  • 内存:3744kb
  • [2024-07-16 21:21:37]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
using namespace std;
long long sum,x,n;
int main(){
	ios::sync_with_stdio(0);
	cin.tie(0),cout.tie(0);
	cin>>n;
	while(n--)cin>>x,sum+=x;
	cout<<sum;
}

output_test

#include<bits/stdc++.h>
using namespace std;
int sum,x,n;
int main(){
	ios::sync_with_stdio(0);
	cin.tie(0),cout.tie(0);
	cin>>n;
	while(n--)cout<<"100000000 ";
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 585ms
memory: 3608kb

input:

10000000
230777366 836524411 851523166 448043351 607562309 245086939 932902395 526516794 126944123 176544632 389144277 837749933 203497290 574334939 238936185 976137660 552369172 905221797 226722556 742867379 670302977 384576196 918259043 709446350 321524859 922662749 572401901 521876211 273764553 6...

output:

5501977779872851

result:

points 1.0 input test passed

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 147ms
memory: 3744kb

input:

10000000

output:

100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 ...

result:

points 1.0 output test passed