ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#97367 | #1245. 判断质数 | Richy | 100 | 14ms | 1180kb | C++ | 492b | 2020-02-20 22:32:55 | 2020-02-20 22:32:57 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1180kb
input:
11
output:
TRUE
result:
ok single line: 'TRUE'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1180kb
input:
364
output:
FALSE
result:
ok single line: 'FALSE'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1176kb
input:
12
output:
FALSE
result:
ok single line: 'FALSE'
Test #4:
score: 10
Accepted
time: 1ms
memory: 1180kb
input:
0
output:
FALSE
result:
ok single line: 'FALSE'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1180kb
input:
1
output:
FALSE
result:
ok single line: 'FALSE'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1176kb
input:
2
output:
TRUE
result:
ok single line: 'TRUE'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1176kb
input:
3
output:
TRUE
result:
ok single line: 'TRUE'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1180kb
input:
121
output:
FALSE
result:
ok single line: 'FALSE'
Test #9:
score: 10
Accepted
time: 13ms
memory: 1180kb
input:
1000000000000000007
output:
FALSE
result:
ok single line: 'FALSE'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1176kb
input:
100000000000000007
output:
FALSE
result:
ok single line: 'FALSE'