結果
| 問題 |
No.1580 I like Logarithm!
|
| コンテスト | |
| ユーザー |
magsta
|
| 提出日時 | 2020-08-27 11:01:29 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 125 bytes |
| コンパイル時間 | 1,103 ms |
| コンパイル使用メモリ | 62,336 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-06-29 04:26:49 |
| 合計ジャッジ時間 | 1,806 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 6 |
| other | WA * 39 |
ソースコード
#include <iostream>
#include <string>
using namespace std;
int main() {
long long N; cin >> N;
string M; cin >> M;
}
magsta