QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#487745#1. I/O Testtad_ao1.0E-5 1ms3620kbC++14499b2024-07-23 09:09:362024-07-23 09:09:37

Judging History

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

  • [2024-07-23 09:09:37]
  • 评测
  • 测评结果:1.0E-5
  • 用时:1ms
  • 内存:3620kb
  • [2024-07-23 09:09:36]
  • 提交

config.txt

1
1 100000001

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++){
		cin>>a;
		if(a>=100000000&&a<1000000000)cout<<a<<" "; 
	}
	return 0;
}

详细

Subtask #1:

score: 1e-05
Acceptable Answer

Test #1:

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

input:

1
578165150 

output:

578165150

result:

points 0.00000010 input test passed

Subtask #2:

score: 0
Wrong Answer

Test #2:

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

input:

1

output:


result:

wrong output format Unexpected end of file - int32 expected