UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#212184#3818. 01游戏accepting00ms1156kbC++457b2024-10-13 11:54:022024-10-13 12:41:41

answer

#include<bits/stdc++.h>
#define ll long long
#define ull unsigned long long
#define AC return 0
using namespace std;
int b[16][16][5]={{{},{},{},{},}};
signed main(){
    cout<<3;
AC;
}
inline int read(){
    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;
}

详细

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

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

11000001100100000010

output:

3

result:

wrong answer 1st numbers differ - expected: '9', found: '3'

Subtask #2:

score: 0
Wrong Answer

Test #9:

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

input:

1101111111000101001010110010010111010010111001000100101001010110110001100110011101010010001101001100...

output:

3

result:

wrong answer 1st numbers differ - expected: '158', found: '3'

Subtask #3:

score: 0
Wrong Answer

Test #17:

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

input:

0101100001001111011100100000011100110100001001100110111000100001110101010001010011000110001001110000...

output:

3

result:

wrong answer 1st numbers differ - expected: '997', found: '3'

Subtask #4:

score: 0
Wrong Answer

Test #25:

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

input:

0001001111100010010111110001100000010001011100010011110001000101110010101011111100000101111100110100...

output:

3

result:

wrong answer 1st numbers differ - expected: '5000076', found: '3'