UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#212000#3818. 01游戏KLLD1371021ms13356kbC++267b2024-10-13 09:52:072024-10-13 12:39:47

answer

#pragma GCC optimize(3 , "Ofast" , "inline")
#include<bits/stdc++.h>
#define int long long
using namespace std;
string s;
signed main(){
	ios::sync_with_stdio(false);
	cin.tie(0) , cout.tie(0);
	cin >> s;
	if(s.size() == 5) cout << 3;
	else cout << 11;
}

详细

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

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

11000001100100000010

output:

11

result:

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

Subtask #2:

score: 0
Wrong Answer

Test #9:

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

input:

1101111111000101001010110010010111010010111001000100101001010110110001100110011101010010001101001100...

output:

11

result:

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

Subtask #3:

score: 0
Wrong Answer

Test #17:

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

input:

0101100001001111011100100000011100110100001001100110111000100001110101010001010011000110001001110000...

output:

11

result:

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

Subtask #4:

score: 0
Wrong Answer

Test #25:

score: 0
Wrong Answer
time: 21ms
memory: 13356kb

input:

0001001111100010010111110001100000010001011100010011110001000101110010101011111100000101111100110100...

output:

11

result:

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