QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#826403#1. I/O TestI_like_magic0 195ms3456kbC++14354b2024-12-22 10:13:222024-12-22 10:13:22

Judging History

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

  • [2024-12-22 10:13:22]
  • 评测
  • 测评结果:0
  • 用时:195ms
  • 内存:3456kb
  • [2024-12-22 10:13:22]
  • 提交

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');
}

Details

Tip: Click on the bar to expand more detailed information

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...'