ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#125896 | #1714. 输出星期名称 | abcad | 100 | 0ms | 1164kb | C++ | 374b | 2021-02-01 22:09:45 | 2021-02-01 22:09:47 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1164kb
input:
10
output:
Input error
result:
ok single line: 'Input error'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1160kb
input:
4
output:
Thursday
result:
ok single line: 'Thursday'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1164kb
input:
3
output:
Wednesday
result:
ok single line: 'Wednesday'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1160kb
input:
2
output:
Tuesday
result:
ok single line: 'Tuesday'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1160kb
input:
1
output:
Monday
result:
ok single line: 'Monday'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1164kb
input:
5
output:
Friday
result:
ok single line: 'Friday'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1160kb
input:
6
output:
Saturday
result:
ok single line: 'Saturday'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1164kb
input:
7
output:
Sunday
result:
ok single line: 'Sunday'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1160kb
input:
8
output:
Input error
result:
ok single line: 'Input error'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1164kb
input:
9
output:
Input error
result:
ok single line: 'Input error'