UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#213442#2355. DigitZzhAllen100ms1192kbC++190b2024-11-11 22:48:372024-11-11 23:12:12

answer

// 30pts, 会赢的! 
#include <bits/stdc++.h>
using namespace std;
const int N = 1E5 + 10;

int n;
int main()
{
	srand((unsigned long long)(new char));
	cout << rand() %4 + 1;
}

详细

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

Test #1:

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

input:

81920

output:

2

result:

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

Test #2:

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

input:

55966

output:

2

result:

ok 1 number(s): "2"

Test #3:

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

input:

92661

output:

4

result:

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

Test #4:

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

input:

68013

output:

1

result:

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

Test #5:

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

input:

72927

output:

1

result:

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

Test #6:

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

input:

15047

output:

2

result:

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

Test #7:

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

input:

59994

output:

3

result:

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

Test #8:

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

input:

97273

output:

1

result:

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

Test #9:

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

input:

51139

output:

2

result:

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

Test #10:

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

input:

55788

output:

2

result:

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