#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();
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Expected integer, but "01" found |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Expected integer, but "02" found |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Jury has the better answer : jans = 3, pans = 2 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Jury has the better answer : jans = 3, pans = 2 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Expected integer, but "01" found |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Expected integer, but "01" found |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Expected integer, but "01" found |
2 |
Halted |
0 ms |
0 KB |
- |