結果
問題 |
No.1762 🐙🐄🌲
|
ユーザー |
|
提出日時 | 2022-07-02 13:54:19 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 195 bytes |
コンパイル時間 | 1,403 ms |
コンパイル使用メモリ | 166,148 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-27 07:28:35 |
合計ジャッジ時間 | 8,138 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | AC * 6 RE * 41 |
ソースコード
#include<bits/stdc++.h> using namespace std; const int N=5e5; const int mod=998244353; int n,p; int main(){ scanf("%d %d",&n,&p); if(n%4!=1){ puts("0"); return 0; } assert(0); return 0; }