結果
問題 |
No.8082 幸せな家族と除け者たち (体験版)
|
ユーザー |
|
提出日時 | 2021-04-01 22:54:17 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 288 bytes |
コンパイル時間 | 1,824 ms |
コンパイル使用メモリ | 164,340 KB |
実行使用メモリ | 6,816 KB |
最終ジャッジ日時 | 2024-12-21 07:01:22 |
合計ジャッジ時間 | 1,818 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 1 |
ソースコード
//ethan_h #include<bits/stdc++.h> using namespace std; #define ll long long /*void test(){ int n;cin>>n; string s;cin>>s; vector<int>a(n); for(int i=0;i<n;i++){ cin>>a[i];} } */ int main(){ ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0); //t(); cout<<1<<endl; return 0;}