QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#54087 | #1. I/O Test | ZGY | 100 | 386ms | 3440kb | C++ | 293b | 2022-10-06 20:46:58 | 2022-10-06 20:46:59 |
Judging History
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