結果

問題 No.485 方程式のお勉強
ユーザー susi
提出日時 2017-06-19 10:40:57
言語 C
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 99 bytes
コンパイル時間 113 ms
コンパイル使用メモリ 27,220 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-10-02 07:36:09
合計ジャッジ時間 818 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 3
other AC * 7 WA * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>

int main()
{
  int A,B;
if(B%A) printf("YES");
else printf("NO");


return 0;
}
0