結果
| 問題 |
No.1249 小学校1年生の夢
|
| コンテスト | |
| ユーザー |
hiramari
|
| 提出日時 | 2020-11-30 20:22:18 |
| 言語 | PHP (843.2) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 101 bytes |
| コンパイル時間 | 1,627 ms |
| コンパイル使用メモリ | 32,140 KB |
| 実行使用メモリ | 32,788 KB |
| 最終ジャッジ日時 | 2024-09-13 02:33:16 |
| 合計ジャッジ時間 | 2,606 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 30 |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
<?php
if (C == A + B){
printf('Correct');
} else {
printf('Incorrect');
}
hiramari