QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#139975#1. I/O Testcyc0010.00114 0ms3420kbC++23507b2023-08-14 20:50:542023-08-14 20:50:57

Judging History

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

  • [2023-08-14 20:50:57]
  • 评测
  • 测评结果:0.00114
  • 用时:0ms
  • 内存:3420kb
  • [2023-08-14 20:50:54]
  • 提交

config.txt

114
514

input_test

#include<bits/stdc++.h>
#define cir(i,a,b) for(int i=a;i<b;++i)
using lint=long long;
using namespace std;
int main(){
	ios::sync_with_stdio(false),cin.tie(0);
	int n;cin>>n;
	lint cnx=0;
	cir(i,0,n){
		lint x;cin>>x;
		cnx+=x;
	}
	cout<<cnx<<'\n';
	return 0;
}

output_test

#include<bits/stdc++.h>
#define cir(i,a,b) for(int i=a;i<b;++i)
using namespace std;
int main(){
	ios::sync_with_stdio(false),cin.tie(0);
	int n;cin>>n;
	cir(i,0,n) cout<<"1145141919 ";
	cout<<'\n';
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0.00114
Acceptable Answer

Test #1:

score: 0.00114
Acceptable Answer
time: 0ms
memory: 3420kb

input:

114
264538156 487915439 103189574 986061025 848684056 605148079 416690947 284867823 348418001 432708253 388608354 733364869 476357399 104583160 259278611 992729212 815735982 171362933 736075721 272242652 574965369 373079011 548855199 608710691 647288841 676428496 511094344 867686485 370646368 358934...

output:

58648059919

result:

points 0.00001140 input test passed

Subtask #2:

score: 0
Wrong Answer

Test #2:

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

input:

514

output:

1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 114...

result:

wrong answer Integer 1145141919 violates the range [10^8, 999999999]