QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#699308#1. I/O TestChenHanzhang100 625ms3868kbC++14383b2024-11-02 08:16:552024-11-02 08:16:58

Judging History

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

  • [2024-11-02 08:16:58]
  • 评测
  • 测评结果:100
  • 用时:625ms
  • 内存:3868kb
  • [2024-11-02 08:16:55]
  • 提交

config.txt

10000000 100

input_test

#include<bits/stdc++.h>
using namespace std;
int main(){
	long long n;
	scanf("%lld",&n);
	long long sum=0; 
	while(n--){
		long long x;
		scanf("%lld",&x);
		sum+=x;
	}
	printf("%lld\n",sum);
	return 0;
}

output_test

#include<bits/stdc++.h>
using namespace std;
int main(){
	long long n;
	scanf("%d",&n);
	while(n--){
		printf("%d\n",100000000);
	}
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 625ms
memory: 3868kb

input:

10000000
498939914 764650416 227085288 768384202 255751288 458324109 976271950 951554287 732787935 957284882 190686024 362438361 205069318 109214049 213221232 945085853 507944967 979806080 784024844 399741389 358205304 210090610 272962018 775848306 112022229 228792258 745481034 175716241 382328994 9...

output:

5499590998672597

result:

points 1.0 input test passed

Subtask #2:

score: 0
output_test Output Limit Exceeded

Test #2:

score: 0
output_test Output Limit Exceeded

input:

100

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: