結果
問題 | No.3082 幸せな家族と除け者たち (体験版) |
ユーザー | ethan_h |
提出日時 | 2021-04-01 22:54:17 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 288 bytes |
コンパイル時間 | 1,549 ms |
コンパイル使用メモリ | 164,396 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-06-01 04:22:09 |
合計ジャッジ時間 | 1,998 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ソースコード
//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;}