Submission #73482517
Source Code Expand
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner k = new Scanner(System.in);
String s = k.next();
StringBuilder sb = new StringBuilder();
sb.append("Of");
sb.append((s.charAt(0)+"").toLowerCase());
sb.append(s.substring(1));
System.out.println(sb.toString());
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Handmaid |
| User | Madhavan13 |
| Language | Java24 (OpenJDK 24.0.2) |
| Score | 100 |
| Code Size | 382 Byte |
| Status | AC |
| Exec Time | 69 ms |
| Memory | 40740 KiB |
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, 00-sample-03.txt |
| All | 00-sample-01.txt, 00-sample-02.txt, 00-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 |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00-sample-01.txt | AC | 69 ms | 40580 KiB |
| 00-sample-02.txt | AC | 62 ms | 40684 KiB |
| 00-sample-03.txt | AC | 60 ms | 40216 KiB |
| 01-01.txt | AC | 60 ms | 40292 KiB |
| 01-02.txt | AC | 59 ms | 40244 KiB |
| 01-03.txt | AC | 60 ms | 40132 KiB |
| 01-04.txt | AC | 62 ms | 40728 KiB |
| 01-05.txt | AC | 60 ms | 40488 KiB |
| 01-06.txt | AC | 62 ms | 40740 KiB |
| 01-07.txt | AC | 59 ms | 40084 KiB |
| 01-08.txt | AC | 61 ms | 40204 KiB |
| 01-09.txt | AC | 58 ms | 39868 KiB |