結果
問題 | No.689 E869120 and Constructing Array 3 |
ユーザー | aguroshou |
提出日時 | 2018-05-19 00:28:12 |
言語 | C++11 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 1,049 bytes |
コンパイル時間 | 423 ms |
コンパイル使用メモリ | 58,532 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-28 14:13:00 |
合計ジャッジ時間 | 3,679 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
ソースコード
#include<iostream> #include <algorithm> #include<string> using namespace std; int main() { long a = 0, b = 0, c = 0, d = 0, e = 0, f = 0, g = 0, h = 0, ans = 0; int k; cin >> k; while (k > 10000&&k%2==0) { k /= 2; h++; } for ( a = 2; a <= 30; a++) { b = a - 1; if (k * 2 / (a*b) == 1&& k * 2 % (a*b) == 0) { for (c = 0; c < a; c++) { cout << "1 "; } cout << endl; return 0; } } for ( a = 1; a <= 30; a++) { if (a>1) { b = a - 1; } else { b = 1; } if (k%(a*b)==0) { c = k / (a*b); if (!(c & (c - 1))) { d = 0; while (c != 1) { d++; c /= 2; } if (a == 1) { a++; d--; } if (d==1) { } cout << d + a + 1+h << endl; if (a == 2) { } for (b = 0; b <= d; b++) { cout << "0 "; } for ( b = 0; b < h; b++) { cout << "0 "; } for (b = 0; b < a; b++) { cout << "1 "; } cout << endl; return 0; } } } return 0; }