QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#148316#3531. Prime or numberMaMengQiWA 1ms3660kbC++20471b2023-08-23 15:45:212023-08-25 02:08:21

詳細信息

Test #1:

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

input:

2

output:

YES

result:

ok answer is YES

Test #2:

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

input:

42

output:

NO

result:

ok answer is NO

Test #3:

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

input:

16

output:

YES

result:

ok answer is YES

Test #4:

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

input:

65

output:

YES

result:

ok answer is YES

Test #5:

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

input:

32

output:

YES

result:

ok answer is YES

Test #6:

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

input:

79

output:

NO

result:

ok answer is NO

Test #7:

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

input:

128

output:

YES

result:

ok answer is YES

Test #8:

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

input:

64

output:

YES

result:

ok answer is YES

Test #9:

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

input:

576460752303423488

output:

YES

result:

ok answer is YES

Test #10:

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

input:

288230376151711744

output:

YES

result:

ok answer is YES

Test #11:

score: -100
Wrong Answer
time: 1ms
memory: 3448kb

input:

1125899906842626

output:

YES

result:

wrong answer expected NO, found YES