結果
問題 | No.692 square1001 and Permutation 1 |
ユーザー |
👑 |
提出日時 | 2019-03-31 23:56:58 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 76 bytes |
コンパイル時間 | 303 ms |
コンパイル使用メモリ | 6,944 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-23 05:39:29 |
合計ジャッジ時間 | 763 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 5 |
ソースコード
n = io.read("*n")if(n == 1) then print("square1001") else print("Petr") end