Submission #7518888
Source Code Expand
Copy
s=input() if s == 'Sunny': print('Cloudy') elif s == 'Cloudy': print('Rainy') else: print('Sunny')
Submission Info
Submission Time | |
---|---|
Task | A - Weather Prediction |
User | faogr |
Language | Python (3.4.3) |
Score | 100 |
Code Size | 116 Byte |
Status | AC |
Exec Time | 17 ms |
Memory | 2940 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 00-sample-01.txt, 00-sample-02.txt |
All | 00-sample-01.txt, 00-sample-02.txt, 02-cloudy.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00-sample-01.txt | AC | 17 ms | 2940 KB |
00-sample-02.txt | AC | 17 ms | 2940 KB |
02-cloudy.txt | AC | 17 ms | 2940 KB |