UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#212574#3842. 小t做晚餐2(cook)Aaron00ms1160kbC++622b2024-10-19 11:47:142024-10-19 12:36:14

answer

#include<bits/stdc++.h>
//#include<windows.h>
using namespace std;
typedef long long ll;
typedef unsigned long long sll;
const int mod=1e9+7,INF=0x3f3f3f3f;
const long double pie=acos(-1);
#define dist(x1,y1,x2,y2) sqrt( ((x1)-(x2))*((x1)-(x2) + ((y1)-(y2))*((y1)-(y2) ) )
//#define KEY_DOWN(VK_NONAME)((GetAsyncKeyState(VK_NONAME)& 0x8000)? 1:0)
inline int readINT()
{
    int x=0,f=1;char ch=getchar();
    while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
    while(ch>='0'&&ch<='9'){x=(x<<1)+(x<<3)+(ch^48);ch=getchar();}
    return x*f;
}
int a[1005];
signed main(){
	cout<<4;
    return 0;
}

详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 1156kb

input:

5 14 9
10 7 7 7 3

output:

4

result:

wrong answer 1st lines differ - expected: '27', found: '4'

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 1156kb

input:

8 14 4
7 10 1 7 8 6 10 12

output:

4

result:

wrong answer 1st lines differ - expected: '20', found: '4'

Test #3:

score: 0
Wrong Answer
time: 0ms
memory: 1156kb

input:

8 20 3
14 17 6 6 9 12 15 18

output:

4

result:

wrong answer 1st lines differ - expected: '18', found: '4'

Test #4:

score: 0
Wrong Answer
time: 0ms
memory: 1160kb

input:

10 30 4
6 16 16 9 23 20 9 3 1 8

output:

4

result:

wrong answer 1st lines differ - expected: '16', found: '4'

Test #5:

score: 0
Wrong Answer
time: 0ms
memory: 1160kb

input:

10 41 23
17 7 7 1 8 15 17 16 12 3

output:

4

result:

wrong answer 1st lines differ - expected: '69', found: '4'

Test #6:

score: 0
Wrong Answer
time: 0ms
memory: 1156kb

input:

20 95400260 89673557
20487698 22301259 2829304 297290 1412988 16842716 23469759 30225551 23431967 16...

output:

4

result:

wrong answer 1st lines differ - expected: '358694228', found: '4'

Test #7:

score: 0
Wrong Answer
time: 0ms
memory: 1160kb

input:

20 67248590 51724831
648120 20516501 13360885 3511712 27876258 27548361 19789779 14004233 13644809 8...

output:

4

result:

wrong answer 1st lines differ - expected: '206899324', found: '4'

Test #8:

score: 0
Wrong Answer
time: 0ms
memory: 1156kb

input:

20 32236123 23129506
9697610 3181601 12248516 13725824 1976763 3805852 10010680 13270519 12901003 78...

output:

4

result:

wrong answer 1st lines differ - expected: '138777036', found: '4'

Test #9:

score: 0
Wrong Answer
time: 0ms
memory: 1156kb

input:

20 50597385 71307217
20562436 23376499 14957779 2472920 13994843 22843456 16389516 13712272 24008015...

output:

4

result:

wrong answer 1st lines differ - expected: '427843302', found: '4'

Test #10:

score: 0
Wrong Answer
time: 0ms
memory: 1156kb

input:

20 79575244 7977295
21610095 13701521 24651488 4567616 15005155 6234858 15956463 15009333 5191205 59...

output:

4

result:

wrong answer 1st lines differ - expected: '47863770', found: '4'