QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#148042 | #3531. Prime or number | GuanYunchang | WA | 1ms | 3620kb | C++20 | 280b | 2023-08-23 14:59:22 | 2023-08-25 01:58:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
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