QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#727038 | #1. I/O Test | TheZone | 1.0E-5 | 0ms | 3648kb | C++20 | 342b | 2024-11-09 11:05:16 | 2024-11-09 11:05:16 |
Judging History
config.txt
1 1
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=10;int n;int main(){cin.tie(nullptr)->sync_with_stdio(false);cin>>n;while(n--) cout<<N<<' ';return 0;}
詳細信息
Subtask #1:
score: 1e-05
Acceptable Answer
Test #1:
score: 1e-05
Acceptable Answer
time: 0ms
memory: 3572kb
input:
1 841080758
output:
841080758
result:
points 0.00000010 input test passed
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 3648kb
input:
1
output:
10
result:
wrong answer Integer 10 violates the range [10^8, 999999999]