QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#727042 | #1. I/O Test | TheZone | 0.54188 | 4ms | 3700kb | C++20 | 353b | 2024-11-09 11:06:44 | 2024-11-09 11:06:44 |
Judging History
config.txt
54188 54188
input_test
#include<bits/stdc++.h>
using namespace std;long long n,ans,x;int main(){cin.tie(nullptr)->sync_with_stdio(false);cin>>n;for(int i=1;i<=n;i++) cin>>x,ans+=x;cout<<ans;return 0;}
output_test
#include<bits/stdc++.h>
using namespace std;const int N=54188;int n;int main(){cin.tie(nullptr)->sync_with_stdio(false);cin>>n;while(n--) cout<<N<<' ';return 0;}
詳細信息
Subtask #1:
score: 0.54188
Acceptable Answer
Test #1:
score: 0.54188
Acceptable Answer
time: 4ms
memory: 3644kb
input:
54188 189987920 698335747 967833229 222273853 363111867 857835123 510814716 713956912 783463811 934360268 902631578 305324345 745899434 881833440 325702745 203601215 428295873 902228740 360459495 163050763 337878795 284796928 347774999 113162620 451203821 710837047 729910985 411200895 278160393 1933...
output:
29782344151439
result:
points 0.00541880 input test passed
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 3700kb
input:
54188
output:
54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 ...
result:
wrong answer Integer 54188 violates the range [10^8, 999999999]