結果
| 問題 | No.8119 間に合いませんでした><; | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2025-04-01 22:57:51 | 
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 125 bytes | 
| コンパイル時間 | 2,011 ms | 
| コンパイル使用メモリ | 191,296 KB | 
| 実行使用メモリ | 7,848 KB | 
| 最終ジャッジ日時 | 2025-04-01 22:57:54 | 
| 合計ジャッジ時間 | 3,314 ms | 
| ジャッジサーバーID (参考情報) | judge3 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 1 | 
| other | WA * 29 | 
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
    int N; cin >> N;
    string s; cin >> s;
    assert(s == s);
}
            
            
            
        