結果

問題 No.1342 Calculation
ユーザー megane_ankomegane_anko
提出日時 2021-03-07 01:19:25
言語 TypeScript
(5.7.2)
結果
AC  
実行時間 64 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 8,703 ms
コンパイル使用メモリ 228,168 KB
実行使用メモリ 39,296 KB
最終ジャッジ日時 2024-12-31 16:32:58
合計ジャッジ時間 8,775 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

let x = null;
x = (19 / 47 + 28 /43) / 27 * 2021;
console.log(x);
0