結果
問題 |
No.584 赤、緑、青の色塗り
|
ユーザー |
![]() |
提出日時 | 2025-04-18 16:40:47 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 274 bytes |
コンパイル時間 | 1,476 ms |
コンパイル使用メモリ | 157,676 KB |
実行使用メモリ | 7,848 KB |
最終ジャッジ日時 | 2025-04-18 16:40:50 |
合計ジャッジ時間 | 2,652 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 5 |
other | AC * 2 WA * 12 |
ソースコード
#include<bits/stdc++.h> #define int long long using namespace std; int const N=1e6+5; int n,m,sum,cnt,t,ans; signed main() { // freopen(".in","r",stdin); // freopen(".out","r",stdout); ios::sync_with_stdio(0); cin.tie(0),cout.tie(0); cin>>n; cout<<n; return 0; }