QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#487747#1. I/O Testtad_ao1.0E-5 0ms3616kbC++1414498.4kb2024-07-23 09:13:432024-07-23 09:13:43

Judging History

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

  • [2024-07-23 09:13:43]
  • 评测
  • 测评结果:1.0E-5
  • 用时:0ms
  • 内存:3616kb
  • [2024-07-23 09:13:43]
  • 提交

config.txt

10000000
 1 1 1 1 1 1 1  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ...

input_test

#include<bits/stdc++.h>
#define ll long long
using namespace std;
const ll p=10007;
ll m,n,a,b,k,invv[44444444],jc[3333333];
int main(){
	cin>>n;
	for(int i=1;i<=n;i++){
		cin>>a;
		b+=a; 
	}
	cout<<b;
	return 0;
}

output_test

#include<bits/stdc++.h>
#define ll long long
using namespace std;
const ll p=10007;
ll m,n,a,b,k,invv[44444444],jc[3333333];
int main(){
	cin>>n;
	for(int i=1;i<=n;i++){
		cout<<100000001<<" ";
	}
	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
332227492 846296496 571967621 871530325 482604056 736213733 293979373 322660832 392315573 246719336 610222682 751217080 873138154 407457469 168592438 293992554 652931097 281589132 928427260 502257877 148392631 150862332 397974819 769353481 654654753 856155737 880403367 356560337 943532394 6...

output:


result:


Subtask #2:

score: 1e-05
Acceptable Answer

Test #2:

score: 1e-05
Acceptable Answer
time: 0ms
memory: 3616kb

input:

1

output:

100000001 

result:

points 0.00000010 output test passed