結果
問題 |
No.8090 Knapsack Function
|
ユーザー |
![]() |
提出日時 | 2022-04-01 21:35:08 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 237 bytes |
コンパイル時間 | 3,796 ms |
コンパイル使用メモリ | 228,196 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-20 08:28:40 |
合計ジャッジ時間 | 4,585 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 6 WA * 15 |
ソースコード
#include <bits/stdc++.h> #include <atcoder/all> using namespace std; using namespace atcoder; //const long nPrime = 1000000007; //const long nPrime = 998244353; typedef long long ll; int main() { cout << "No" << endl; return 0; }