結果
問題 | No.543 命題 |
ユーザー | megane_anko |
提出日時 | 2021-02-18 20:44:34 |
言語 | TypeScript (5.7.2) |
結果 |
AC
|
実行時間 | 65 ms / 2,000 ms |
コード長 | 204 bytes |
コンパイル時間 | 7,943 ms |
コンパイル使用メモリ | 230,248 KB |
実行使用メモリ | 41,324 KB |
最終ジャッジ日時 | 2024-12-31 16:28:03 |
合計ジャッジ時間 | 8,669 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
ソースコード
import * as fs from 'fs';const input = fs.readFileSync('/dev/stdin', 'utf8');const arr1 = input.split('\n');const arr2 = arr1[0].split(' ');let a = arr2[0];let b = arr2[1];console.log(b +' '+ a);