QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#324862#1. I/O Testxyhhhhh100 483ms3608kbC++20426b2024-02-11 00:55:582024-02-11 00:55:59

Judging History

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

  • [2024-02-11 00:55:59]
  • 评测
  • 测评结果:100
  • 用时:483ms
  • 内存:3608kb
  • [2024-02-11 00:55:58]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
#define ll long long
using namespace std;
int main()
{
    ll n,sum=0,tmp;
    cin>>n;
    while(n--)
    {
        cin>>tmp;
        sum+=tmp;
    }
    cout<<sum<<endl;
    return 0;
}

output_test

#include<bits/stdc++.h>
#define ll long long
using namespace std;
int main()
{
    ll n;
    cin>>n;
    while(n--)
    {
        cout<<100000000<<" ";
    }
    return 0;
}

詳細信息

Subtask #1:

score: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
561916851 462797844 691775551 934370261 167614293 321913026 261693713 726044159 765840278 391236280 666249186 404536349 628295263 246933835 393750341 709539622 770636130 165512589 178527249 906761835 202454241 856271535 700701775 892024302 876901691 387352052 200224658 958362243 484916057 1...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 483ms
memory: 3608kb

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