Submission #23275220
Source Code Expand
import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String s = sc.next(); int n = s.length(); int t = Integer.parseInt(sc.next()) % n; if (t % n == 0) { System.out.println(s.charAt(n - 1) + ""); } else { System.out.println(s.charAt(t - 1) + ""); } } }
Submission Info
Submission Time | |
---|---|
Task | B - とても長い文字列 |
User | tobi00604 |
Language | Java (OpenJDK 11.0.6) |
Score | 100 |
Code Size | 360 Byte |
Status | AC |
Exec Time | 151 ms |
Memory | 38816 KiB |
Judge Result
Set Name | sub | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 30 / 30 | 70 / 70 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
sub | test_01A.txt, test_02A.txt, test_04A.txt, test_05A.txt, test_07A.txt, test_09A.txt, test_11A.txt, test_13A.txt, test_14A.txt, test_15A.txt, test_17A.txt, test_18A.txt |
All | sample_01.txt, sample_02.txt, sample_03.txt, test_01A.txt, test_02A.txt, test_03.txt, test_04A.txt, test_05A.txt, test_06.txt, test_07A.txt, test_08.txt, test_09A.txt, test_10.txt, test_11A.txt, test_12.txt, test_13A.txt, test_14A.txt, test_15A.txt, test_16.txt, test_17A.txt, test_18A.txt, sample_01.txt, sample_02.txt, sample_03.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample_01.txt | AC | 151 ms | 38512 KiB |
sample_02.txt | AC | 135 ms | 38456 KiB |
sample_03.txt | AC | 142 ms | 38452 KiB |
test_01A.txt | AC | 144 ms | 38372 KiB |
test_02A.txt | AC | 136 ms | 38616 KiB |
test_03.txt | AC | 135 ms | 38488 KiB |
test_04A.txt | AC | 135 ms | 38588 KiB |
test_05A.txt | AC | 129 ms | 38816 KiB |
test_06.txt | AC | 136 ms | 38308 KiB |
test_07A.txt | AC | 136 ms | 38312 KiB |
test_08.txt | AC | 126 ms | 38472 KiB |
test_09A.txt | AC | 140 ms | 38592 KiB |
test_10.txt | AC | 141 ms | 38584 KiB |
test_11A.txt | AC | 139 ms | 38412 KiB |
test_12.txt | AC | 126 ms | 38532 KiB |
test_13A.txt | AC | 142 ms | 38420 KiB |
test_14A.txt | AC | 137 ms | 38580 KiB |
test_15A.txt | AC | 135 ms | 38580 KiB |
test_16.txt | AC | 132 ms | 38600 KiB |
test_17A.txt | AC | 141 ms | 38364 KiB |
test_18A.txt | AC | 142 ms | 38532 KiB |