UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#213403#2355. DigitMarkition101ms1248kbC++169b2024-11-11 21:35:242024-11-11 23:07:27

answer

#include<bits/stdc++.h>
#define int long long

using namespace std;

int n,m,q;

signed main(){
	ios::sync_with_stdio(false);
	cin>>n;
	cout<<2;
	return 0;
}

详细

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

Test #1:

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

input:

81920

output:

2

result:

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

Test #2:

score: 10
Accepted
time: 0ms
memory: 1244kb

input:

55966

output:

2

result:

ok 1 number(s): "2"

Test #3:

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

input:

92661

output:

2

result:

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

Test #4:

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

input:

68013

output:

2

result:

wrong answer 1st numbers differ - expected: '18', found: '2'

Test #5:

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

input:

72927

output:

2

result:

wrong answer 1st numbers differ - expected: '27', found: '2'

Test #6:

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

input:

15047

output:

2

result:

wrong answer 1st numbers differ - expected: '5', found: '2'

Test #7:

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

input:

59994

output:

2

result:

wrong answer 1st numbers differ - expected: '36', found: '2'

Test #8:

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

input:

97273

output:

2

result:

wrong answer 1st numbers differ - expected: '10', found: '2'

Test #9:

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

input:

51139

output:

2

result:

wrong answer 1st numbers differ - expected: '14', found: '2'

Test #10:

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

input:

55788

output:

2

result:

wrong answer 1st numbers differ - expected: '15', found: '2'