結果
問題 | No.1342 Calculation |
ユーザー | ichi000225 |
提出日時 | 2021-02-10 16:57:40 |
言語 | JavaScript (node v21.7.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 352 bytes |
コンパイル時間 | 64 ms |
コンパイル使用メモリ | 6,816 KB |
実行使用メモリ | 39,424 KB |
最終ジャッジ日時 | 2024-07-08 03:25:57 |
合計ジャッジ時間 | 939 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ソースコード
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <script> const a = (47/19)+(43/28)/27*2021; console.log(a); </script> </body> </html>