結果
問題 |
No.1061 素敵な数列
|
ユーザー |
![]() |
提出日時 | 2020-05-22 22:45:34 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 197 bytes |
コンパイル時間 | 2,163 ms |
コンパイル使用メモリ | 189,480 KB |
最終ジャッジ日時 | 2025-01-10 14:58:51 |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 2 |
other | WA * 33 |
ソースコード
#include <bits/stdc++.h> using namespace std; #define modulo 1000000007 #define mod(mod_x) ((((long long)mod_x+modulo))%modulo) #define Inf 1000000000 int main(){ cout<<-1<<endl; return 0; }