QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#521571#1. I/O TestGodwang100 476ms3648kbC++20364b2024-08-16 12:24:492024-08-16 12:24:49

Judging History

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

  • [2024-08-16 12:24:49]
  • 评测
  • 测评结果:100
  • 用时:476ms
  • 内存:3648kb
  • [2024-08-16 12:24:49]
  • 提交

config.txt

10000000 10000000

input_test

#include <bits/stdc++.h>
 using namespace std;
int main()
{
	long long ans=0;
	int n;
	cin>>n;
	for(int i=1;i<=n;i++)
	{
		int x;
		cin>>x;
		ans+=x;
	}
	cout<<ans<<endl;
	return 0;
}

output_test

#include <iostream>
using namespace std;
int main()
{
	int n;
	cin>>n;
	for(int i=1;i<=n;i++)
	{
		cout<<100000000<<' ';
	}
	return 0;
}

詳細信息

Subtask #1:

score: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
873878066 484192261 115940007 693945092 756292885 970973957 473692522 168590505 447725870 587127364 781903865 335412718 164180422 531241874 126011882 278619847 818366285 806147231 258491751 523043073 238679013 850521542 722382358 123463892 484030651 332653011 765376874 880726675 982569870 5...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 476ms
memory: 3648kb

input:

10000000

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:

points 1.0 output test passed