Submission #1089953

# Submission time Handle Problem Language Result Execution time Memory
1089953 2024-09-17T12:26:06 Z 12345678 Nice sequence (IZhO18_sequence) C++17
0 / 100
1 ms 348 KB
#include <bits/stdc++.h>

using namespace std;

const int nx=2e5+5;

int n, m, f, _t, res[nx];

void solve()
{
    cin>>n>>m;
    f=n<m;
    if (n==m) return cout<<0, void();
    if (n>m) swap(n, m);
    for (int i=1; i<m; i++) res[i]=1;
    if (f) for (int i=1; i<m; i++) res[i]=-1;
    cout<<m-1<<'\n';
    for (int i=1; i<m; i++) cout<<res[i]<<' ';
    cout<<'\n';
}

int main()
{
    cin.tie(NULL)->sync_with_stdio(false);
    cin>>_t;
    while (_t--) solve();
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "01" found
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 348 KB Expected integer, but "02" found
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Jury has the better answer : jans = 3, pans = 2
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 348 KB Jury has the better answer : jans = 3, pans = 2
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "01" found
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "01" found
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Expected integer, but "01" found
2 Halted 0 ms 0 KB -