結果
| 問題 | 
                            No.8104 黒に近い、黒
                             | 
                    
| コンテスト | |
| ユーザー | 
                             keisuke6
                         | 
                    
| 提出日時 | 2023-03-31 21:39:37 | 
| 言語 | C++17  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 103 bytes | 
| コンパイル時間 | 2,128 ms | 
| コンパイル使用メモリ | 191,192 KB | 
| 最終ジャッジ日時 | 2025-02-11 20:05:58 | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge3 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 3 | 
| other | AC * 2 WA * 15 | 
ソースコード
#include <bits/stdc++.h>
using namespace std;
#define int long long
signed main(){
    cout<<1<<endl;
}
            
            
            
        
            
keisuke6