ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#213025 | #3823. 艾特扣德 | shiruiheng | 0 | 1ms | 1152kb | C++11 | 353b | 2024-11-03 10:54:12 | 2024-11-03 13:01:58 |
answer
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
//using LL = __int128
#define pi pair<ll, ll>
#define fi first
#define se second
//#define fi(x) (x->first)
//#define se(x) (x->second)
int main(){
cout << 3 << "\n" << 4 << "\n" << 6;
return 0;
}
/*
freopen(".in", "r", stdin);
freopen(".out", "w", stdout);
*/
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 1152kb
input:
100 4 4 3 0 1 2 3 1 0 5 2 1 3 5 3 1 4 2 5 3 0 4 2 3 1 0 5 1 3 3 3 1 2 0 3 1 0 4 3 0 2 3 4 2 0 2 5 1 ...
output:
3 4 6
result:
wrong answer 1st lines differ - expected: '1', found: '3'
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1152kb
input:
1000000 420929 1 239064 93187 1 85123 171379 1 110159 658643 1 0 303046 1 95912 800861 1 781035 9893...
output:
3 4 6
result:
wrong answer 1st lines differ - expected: '598226497', found: '3'
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 1152kb
input:
38765 832568 1 0 992725 6 548209 466528 628957 748938 0 578853 943934 15 863133 363066 513728 634152...
output:
3 4 6
result:
wrong answer 1st lines differ - expected: '485766967', found: '3'
Test #4:
score: 0
Wrong Answer
time: 1ms
memory: 1152kb
input:
38573 988634 10 800634 876452 811249 495916 842656 695203 0 914758 757887 237251 948749 6 282623 267...
output:
3 4 6
result:
wrong answer 1st lines differ - expected: '184333188', found: '3'
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 1152kb
input:
38561 996249 6 150367 424546 851150 536915 420708 392670 956743 7 858128 296060 304111 814957 936254...
output:
3 4 6
result:
wrong answer 1st lines differ - expected: '204801326', found: '3'