QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#54086#1. I/O TestZGY200 ✓850ms3520kbC++335b2022-10-06 20:45:572022-10-06 20:46:00

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-10-06 20:46:00]
  • 评测
  • 测评结果:200
  • 用时:850ms
  • 内存:3520kb
  • [2022-10-06 20:45:57]
  • 提交

config.txt

10000000 10000000

input_test

#include<iostream>
using namespace std;
int n;
long long s,h;
int main(){
	ios::sync_with_stdio(false);
	cin.tie(0);
   cin>>n;
	while(n--)cin>>h,s+=h;
	cout<<s;
   return 0;
}

output_test

#include<iostream>
using namespace std;
int main(){
    int n;
    cin>>n;
    while(n--)cout<<"114514191 ";
    return 0;
}

詳細信息

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 850ms
memory: 3520kb

input:

10000000
512173445 573821700 477542380 561299141 277289414 704545179 273514859 681577387 277493901 467723453 979735472 121548839 197197216 874404406 613258753 772732793 219750205 948848348 142348616 965860384 343203197 537597247 784786411 466169849 212117826 526153734 695501619 356620208 115278516 8...

output:

5500584304674356

result:

points 1.0 input test passed

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 351ms
memory: 3520kb

input:

10000000

output:

114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 ...

result:

points 1.0 output test passed