QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#148042#3531. Prime or numberGuanYunchangWA 1ms3620kbC++20280b2023-08-23 14:59:222023-08-25 01:58:22

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3332kb

input:

2

output:

YES

result:

ok answer is YES

Test #2:

score: 0
Accepted
time: 1ms
memory: 3444kb

input:

42

output:

NO

result:

ok answer is NO

Test #3:

score: 0
Accepted
time: 1ms
memory: 3400kb

input:

16

output:

YES

result:

ok answer is YES

Test #4:

score: 0
Accepted
time: 0ms
memory: 3620kb

input:

65

output:

YES

result:

ok answer is YES

Test #5:

score: 0
Accepted
time: 1ms
memory: 3336kb

input:

32

output:

YES

result:

ok answer is YES

Test #6:

score: 0
Accepted
time: 0ms
memory: 3380kb

input:

79

output:

NO

result:

ok answer is NO

Test #7:

score: 0
Accepted
time: 1ms
memory: 3444kb

input:

128

output:

YES

result:

ok answer is YES

Test #8:

score: 0
Accepted
time: 1ms
memory: 3580kb

input:

64

output:

YES

result:

ok answer is YES

Test #9:

score: 0
Accepted
time: 1ms
memory: 3584kb

input:

576460752303423488

output:

YES

result:

ok answer is YES

Test #10:

score: 0
Accepted
time: 1ms
memory: 3408kb

input:

288230376151711744

output:

YES

result:

ok answer is YES

Test #11:

score: 0
Accepted
time: 1ms
memory: 3516kb

input:

1125899906842626

output:

NO

result:

ok answer is NO

Test #12:

score: 0
Accepted
time: 0ms
memory: 3472kb

input:

2147483652

output:

NO

result:

ok answer is NO

Test #13:

score: 0
Accepted
time: 1ms
memory: 3620kb

input:

4294967304

output:

NO

result:

ok answer is NO

Test #14:

score: 0
Accepted
time: 0ms
memory: 3340kb

input:

2147483648

output:

YES

result:

ok answer is YES

Test #15:

score: 0
Accepted
time: 1ms
memory: 3444kb

input:

4294967296

output:

YES

result:

ok answer is YES

Test #16:

score: 0
Accepted
time: 1ms
memory: 3520kb

input:

8589934592

output:

YES

result:

ok answer is YES

Test #17:

score: 0
Accepted
time: 1ms
memory: 3620kb

input:

1073741824

output:

YES

result:

ok answer is YES

Test #18:

score: -100
Wrong Answer
time: 0ms
memory: 3472kb

input:

1

output:

YES

result:

wrong answer expected NO, found YES