QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#54085#1. I/O TestZGY100 284ms3580kbC++290b2022-10-06 20:45:042022-10-06 20:45:06

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:45:06]
  • 评测
  • 测评结果:100
  • 用时:284ms
  • 内存:3580kb
  • [2022-10-06 20:45:04]
  • 提交

config.txt

10000000 10000000

input_test

#include<iostream>
using namespace std;
int n;
long long s,h;
int main(){
   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: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
351492927 935661323 206453130 455009985 648026037 494295560 854996274 660336606 763522940 849914717 686873816 667814003 995654012 591451179 843993116 400604317 964464301 425750178 189463829 175627177 686308168 517225534 745119436 180199743 269703736 461641140 989017098 925039566 669174188 2...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 284ms
memory: 3580kb

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