QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#864390#1. I/O Testlql0 0ms0kbC++26765b2025-01-20 15:46:302025-01-20 15:46:31

Judging History

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

  • [2025-01-20 15:46:31]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2025-01-20 15:46:30]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
#include<bits/extc++.h>

using namespace std;
using namespace __gnu_cxx;
using namespace __gnu_pbds;

#define ll long long
#define elif else if
#define sf scanf
#define pf printf

signed main(){
	ios::sync_with_stdio(0);
	cin.tie(0),cout.tie(0);
	int n;
	cin>>n;
	ll res=0;
	for(int i=1,a;i<=n;i++) cin>>a,res+=a;
	cout<<res;
	return 0;
}

output_test

#include<bits/stdc++.h>
#include<bits/extc++.h>

using namespace std;
using namespace __gnu_cxx;
using namespace __gnu_pbds;

#define ll long long
#define elif else if
#define sf scanf
#define pf printf

signed main(){
	ios::sync_with_stdio(0);
	cin.tie(0),cout.tie(0);
	int n;
	cin>>n;
	for(int i=0;i<n;i++) cout<<int(i+1e8*1)<<" ";
	return 0;
}

详细

Subtask #1:

score: 0
input_test Judgement Failed

Test #1:

score: 0
input_test Judgement Failed

input:

10000000
265626190 360984021 761013380 438808589 139903892 308957247 291220946 160840893 648642912 134187639 785636859 306979158 693946904 818561138 704879206 122484062 372265524 337400268 833246543 744671904 833364097 640208078 826998862 344781957 342071162 215078692 270709401 872397174 960720665 9...

output:


result:


Subtask #2:

score: 0
output_test Judgement Failed

Test #2:

score: 0
output_test Judgement Failed

input:

10000000

output:


result: