結果
問題 |
No.1145 Sums of Powers
|
ユーザー |
|
提出日時 | 2024-04-20 18:11:46 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 147 bytes |
コンパイル時間 | 2,029 ms |
コンパイル使用メモリ | 189,772 KB |
最終ジャッジ日時 | 2025-02-21 07:10:59 |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 6 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); cout << 518 << endl; }