結果
| 問題 | No.3661 Grid Paint Game |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-08-30 17:13:08 |
| 言語 | C++23(gcc16) (gcc 16.1.0 + boost 1.92.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 112 bytes |
| 記録 | |
| コンパイル時間 | 96 ms |
| コンパイル使用メモリ | 39,296 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-08-30 17:13:10 |
| 合計ジャッジ時間 | 1,364 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 8 |
ソースコード
#include <cstdio>
int main(){int h,w;for(scanf("%*d");~scanf("%d%d",&h,&w);){puts((h+w)%2?"sepa\n":"ryota\n");}}