結果
| 問題 |
No.2600 Avator Height
|
| コンテスト | |
| ユーザー |
amentorimaru
|
| 提出日時 | 2023-10-27 00:32:02 |
| 言語 | C++17(clang) (17.0.6 + boost 1.87.0) |
| 結果 |
WA
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 164 bytes |
| コンパイル時間 | 2,872 ms |
| コンパイル使用メモリ | 141,156 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-09-26 23:57:00 |
| 合計ジャッジ時間 | 4,002 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 25 |
ソースコード
#include<iostream>
#include<string>
#include<atcoder/all>
using namespace std;
int main(){
long long n;
cin>>n;
cout<<atcoder::modint998244353(-4+n%2*8).val();
}
amentorimaru