UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#212095#3818. 01游戏chenchen0480ms17536kbC++11155b2024-10-13 11:10:472024-10-13 12:40:21

answer

#include <iostream>
#include <cstring>
#include <algorithm>

using namespace std;

string s;

int main()
{
	cin >> s;
	puts("3");
	return 0;
}

详细

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

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

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: 1196kb

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: 1204kb

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: 480ms
memory: 17536kb

input:

0001001111100010010111110001100000010001011100010011110001000101110010101011111100000101111100110100...

output:

3

result:

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