Submission #76545762
Source Code Expand
import * as fs from "fs"; const input = fs.readFileSync(0, "utf8").trim().split(/\s+/); let idx = 0; const ni = () => Number(input[idx++]); const char: string = String.fromCharCode(ni()); // 出力 console.log(char);
Submission Info
| Submission Time | |
|---|---|
| Task | B - ASCII code |
| User | manami123 |
| Language | TypeScript 5.9 (tsc 5.9.2 (Node.js 22.19.0)) |
| Score | 100 |
| Code Size | 230 Byte |
| Status | AC |
| Exec Time | 22 ms |
| Memory | 40940 KiB |
Compile Error
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 | random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, sample_01.txt, sample_02.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| random_01.txt | AC | 22 ms | 40756 KiB |
| random_02.txt | AC | 22 ms | 40780 KiB |
| random_03.txt | AC | 21 ms | 40696 KiB |
| random_04.txt | AC | 21 ms | 40792 KiB |
| random_05.txt | AC | 21 ms | 40820 KiB |
| random_06.txt | AC | 21 ms | 40840 KiB |
| random_07.txt | AC | 21 ms | 40940 KiB |
| random_08.txt | AC | 21 ms | 40796 KiB |
| sample_01.txt | AC | 21 ms | 40820 KiB |
| sample_02.txt | AC | 21 ms | 40792 KiB |