Submission #565769
Source Code Expand
N = input()
if(N==1):
print 1
else:
print (N*6)/2+1
Submission Info
| Submission Time | |
|---|---|
| Task | B - ダイスゲーム |
| User | studio_graph |
| Language | Python (2.7.3) |
| Score | 0 |
| Code Size | 65 Byte |
| Status | WA |
| Exec Time | 56 ms |
| Memory | 3304 KiB |
Judge Result
| Set Name | Sample | All | ||||||
|---|---|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 0 / 100 | ||||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample-01.txt, sample-02.txt, sample-03.txt |
| All | sample-01.txt, sample-02.txt, sample-03.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt, 01-10.txt, 01-11.txt, 01-12.txt, 01-13.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01-01.txt | WA | 54 ms | 3252 KiB |
| 01-02.txt | WA | 53 ms | 3212 KiB |
| 01-03.txt | WA | 56 ms | 3252 KiB |
| 01-04.txt | WA | 55 ms | 3260 KiB |
| 01-05.txt | WA | 53 ms | 3256 KiB |
| 01-06.txt | WA | 55 ms | 3256 KiB |
| 01-07.txt | WA | 53 ms | 3264 KiB |
| 01-08.txt | WA | 54 ms | 3256 KiB |
| 01-09.txt | WA | 55 ms | 3256 KiB |
| 01-10.txt | WA | 56 ms | 3256 KiB |
| 01-11.txt | WA | 55 ms | 3252 KiB |
| 01-12.txt | WA | 55 ms | 3252 KiB |
| 01-13.txt | WA | 55 ms | 3252 KiB |
| sample-01.txt | AC | 56 ms | 3304 KiB |
| sample-02.txt | AC | 56 ms | 3260 KiB |
| sample-03.txt | AC | 55 ms | 3256 KiB |