QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#826403 | #1. I/O Test | I_like_magic | 0 | 195ms | 3456kb | C++14 | 354b | 2024-12-22 10:13:22 | 2024-12-22 10:13:22 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
int ans = 0;
for(int i = 1; i <= n; i ++) {
int a;
cin >> a;
ans += a;
}
cout << ans;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main() {
int t = 80000000;
while(t--) putchar('1');
}
详细
Subtask #1:
score: 0
input_test Time Limit Exceeded
Test #1:
score: 0
input_test Time Limit Exceeded
input:
10000000 290524401 754541823 987902121 811665104 174802725 203546694 540228020 456167770 853136533 479724454 941928916 662850677 663625893 547328344 558841913 874188016 280023530 180867764 672743232 831130729 405687874 823792079 800237420 415673609 354610406 216141305 488604836 538217697 281852403 3...
output:
result:
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 195ms
memory: 3456kb
input:
10000000
output:
111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111...
result:
wrong output format Length of token exceeds 33554432, token is '111111111111111111111111111111...1111111111111111111111111111111...'