Please sign in first.
Submission #511430
Source Code Expand
import java.util.Scanner;
public class Main{
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
String str = s.nextLine();
str = str.replace("2014", "2015");
System.out.println(str);
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - CODE FESTIVAL 2015 |
| User | anddev68 |
| Language | Java (OpenJDK 1.7.0) |
| Score | 100 |
| Code Size | 335 Byte |
| Status | AC |
| Exec Time | 365 ms |
| Memory | 23944 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 | 365 ms | 23836 KiB |
| 01-02.txt | AC | 355 ms | 23824 KiB |
| 01-03.txt | AC | 357 ms | 23908 KiB |
| 01-04.txt | AC | 353 ms | 23944 KiB |
| 01-05.txt | AC | 353 ms | 23824 KiB |
| sample-01.txt | AC | 349 ms | 23904 KiB |
| sample-02.txt | AC | 345 ms | 23944 KiB |