QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#54087#1. I/O TestZGY100 386ms3440kbC++293b2022-10-06 20:46:582022-10-06 20:46:59

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:59]
  • 评测
  • 测评结果:100
  • 用时:386ms
  • 内存:3440kb
  • [2022-10-06 20:46:58]
  • 提交

config.txt

10000000 10000000

input_test

#include<cstdio>
int n;
long long s,h;
int main(){
   scanf("%d",&n);
	while(n--)scanf("%lld",&h),s+=h;
	printf("%lld",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
184873244 365796954 514694680 782001157 267080713 297870923 433557654 987391496 349382422 153023329 289289811 646003667 701536723 246063290 912667732 664355989 441224520 904421947 816460931 934851074 146805436 864810711 959704204 283413475 496236301 401212790 221674004 555326431 236744764 5...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 386ms
memory: 3440kb

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