QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#148017 | #3531. Prime or number | ZhangYiDe | WA | 1ms | 3640kb | C++17 | 404b | 2023-08-23 14:56:30 | 2023-08-25 01:57:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3636kb
input:
2
output:
YES
result:
ok answer is YES
Test #2:
score: 0
Accepted
time: 1ms
memory: 3468kb
input:
42
output:
NO
result:
ok answer is NO
Test #3:
score: 0
Accepted
time: 1ms
memory: 3412kb
input:
16
output:
YES
result:
ok answer is YES
Test #4:
score: 0
Accepted
time: 1ms
memory: 3444kb
input:
65
output:
YES
result:
ok answer is YES
Test #5:
score: 0
Accepted
time: 1ms
memory: 3352kb
input:
32
output:
YES
result:
ok answer is YES
Test #6:
score: 0
Accepted
time: 1ms
memory: 3468kb
input:
79
output:
NO
result:
ok answer is NO
Test #7:
score: 0
Accepted
time: 0ms
memory: 3492kb
input:
128
output:
YES
result:
ok answer is YES
Test #8:
score: 0
Accepted
time: 1ms
memory: 3536kb
input:
64
output:
YES
result:
ok answer is YES
Test #9:
score: 0
Accepted
time: 1ms
memory: 3428kb
input:
576460752303423488
output:
YES
result:
ok answer is YES
Test #10:
score: 0
Accepted
time: 1ms
memory: 3604kb
input:
288230376151711744
output:
YES
result:
ok answer is YES
Test #11:
score: 0
Accepted
time: 1ms
memory: 3416kb
input:
1125899906842626
output:
NO
result:
ok answer is NO
Test #12:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
2147483652
output:
NO
result:
ok answer is NO
Test #13:
score: 0
Accepted
time: 1ms
memory: 3640kb
input:
4294967304
output:
NO
result:
ok answer is NO
Test #14:
score: 0
Accepted
time: 0ms
memory: 3360kb
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: 0ms
memory: 3488kb
input:
8589934592
output:
YES
result:
ok answer is YES
Test #17:
score: 0
Accepted
time: 1ms
memory: 3388kb
input:
1073741824
output:
YES
result:
ok answer is YES
Test #18:
score: -100
Wrong Answer
time: 1ms
memory: 3404kb
input:
1
output:
YES
result:
wrong answer expected NO, found YES