結果
問題 |
No.1762 🐙🐄🌲
|
ユーザー |
|
提出日時 | 2022-07-02 13:53:23 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 241 bytes |
コンパイル時間 | 1,304 ms |
コンパイル使用メモリ | 165,316 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-27 07:28:10 |
合計ジャッジ時間 | 2,473 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 47 |
ソースコード
#include<bits/stdc++.h> using namespace std; const int N=5e5; const int mod=998244353; int n,p; int main(){ freopen("1.in","r",stdin); freopen("1.out","w",stdout); scanf("%d %d",&n,&p); if(n%4!=1){ puts("0"); return 0; } return 0; }