Submission #509198
Source Code Expand
__author__ = 'vega'
def main():
# inputs
S = str(raw_input())
# input = map(int, raw_input().split())
print S[:len(S)-4] + "2015"
return 0
if __name__ == "__main__":
main()
Submission Info
| Submission Time | |
|---|---|
| Task | A - CODE FESTIVAL 2015 |
| User | orgildj |
| Language | Python (2.7.3) |
| Score | 100 |
| Code Size | 218 Byte |
| Status | AC |
| Exec Time | 55 ms |
| Memory | 3392 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample-01.txt, sample-02.txt |
| All | sample-01.txt, sample-02.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01-01.txt | AC | 55 ms | 3300 KiB |
| 01-02.txt | AC | 53 ms | 3216 KiB |
| 01-03.txt | AC | 54 ms | 3380 KiB |
| 01-04.txt | AC | 54 ms | 3380 KiB |
| 01-05.txt | AC | 53 ms | 3392 KiB |
| sample-01.txt | AC | 53 ms | 3388 KiB |
| sample-02.txt | AC | 54 ms | 3212 KiB |