QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#76424 | #1. I/O Test | liuzhenhao09 | 200 ✓ | 970ms | 3380kb | C++14 | 394b | 2023-02-09 21:20:25 | 2023-02-09 21:20:27 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
ll s = 0,ss = 0,n;
int main(){
scanf("%lld",&n);
for(ll i = 1; i <= 10000000; i++) scanf("%lld",&s),ss += s;
printf("%lld",ss);
return 0;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main(){
int x = 100000000;
for(int i = 1; i <= 10000000; i++) printf("%d ",x);
return 0;
}
详细
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 970ms
memory: 3380kb
input:
10000000 370902478 181129663 911243969 912478889 163702029 468652076 100323112 197023966 296165543 121544578 269762233 658005182 124050896 501277301 199838348 841528669 793190950 630069236 514480591 804725958 813919734 542976262 114012466 172626366 582757484 141406636 376697139 239771798 868182669 6...
output:
5500117210352621
result:
points 1.0 input test passed
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 707ms
memory: 3312kb
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