Submission #122134
Source Code Expand
Copy
#!/usr/bin/env python # -*- coding: utf-8 -*- str = raw_input().strip() n = int(str) ans = (1 + n) / 2.0 * 10000 print(int(ans))
Submission Info
Submission Time | |
---|---|
Task | A - AtCoder社の給料 |
User | chooblarinrin |
Language | Python (2.7.3) |
Score | 100 |
Code Size | 145 Byte |
Status | AC |
Exec Time | 60 ms |
Memory | 3392 KB |
Judge Result
Set Name | All | ||
---|---|---|---|
Score / Max Score | 100 / 100 | ||
Status |
|
Set Name | Test Cases |
---|---|
All | 00_sample_01.txt, 00_sample_02.txt, test_100.txt, test_14.txt, test_29.txt, test_4.txt, test_42.txt, test_48.txt, test_54.txt, test_59.txt, test_71.txt, test_72.txt, test_84.txt, test_96.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_01.txt | AC | 60 ms | 3392 KB |
00_sample_02.txt | AC | 50 ms | 3308 KB |
test_100.txt | AC | 49 ms | 3384 KB |
test_14.txt | AC | 49 ms | 3376 KB |
test_29.txt | AC | 48 ms | 3388 KB |
test_4.txt | AC | 48 ms | 3380 KB |
test_42.txt | AC | 49 ms | 3388 KB |
test_48.txt | AC | 49 ms | 3384 KB |
test_54.txt | AC | 48 ms | 3212 KB |
test_59.txt | AC | 50 ms | 3392 KB |
test_71.txt | AC | 52 ms | 3376 KB |
test_72.txt | AC | 50 ms | 3300 KB |
test_84.txt | AC | 47 ms | 3384 KB |
test_96.txt | AC | 48 ms | 3388 KB |