結果
問題 |
No.427 テレビ
|
ユーザー |
![]() |
提出日時 | 2020-03-13 01:21:22 |
言語 | C (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 190 bytes |
コンパイル時間 | 241 ms |
コンパイル使用メモリ | 28,544 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-20 17:07:12 |
合計ジャッジ時間 | 880 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 8 |
ソースコード
#include<stdio.h> #include<string.h> #include<stdlib.h> int main(void){ int a,b; scanf("%d %d",&a,&b); if(a/4==b/3){printf("TATE\n");} else if(a/3==b/4){printf("YOKO\n");} }