# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
887393 | 2023-12-14T11:57:06 Z | pcc | Nice sequence (IZhO18_sequence) | C++14 | 1 ms | 452 KB |
#include <bits/stdc++.h> using namespace std; #define ll long long #define pll pair<ll,ll> #define pii pair<int,int> #define fs first #define sc second #define tlll tuple<ll,ll,ll> void solve(){ int n,m; cin>>n>>m; if(m>n){ cout<<m-1<<'\n'; for(int i = 1;i<m;i++)cout<<-1<<' ';cout<<'\n'; } else{ cout<<n-1<<'\n'; for(int i = 1;i<n;i++)cout<<1<<' ';cout<<'\n'; } return; } int main(){ ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); int t;cin>>t; while(t--)solve(); }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 348 KB | Ok |
2 | Correct | 1 ms | 452 KB | Ok |
3 | Correct | 1 ms | 416 KB | Ok |
4 | Correct | 1 ms | 344 KB | Ok |
5 | Correct | 1 ms | 348 KB | Ok |
6 | Correct | 0 ms | 348 KB | Ok |
7 | Correct | 0 ms | 348 KB | Ok |
8 | Correct | 1 ms | 348 KB | Ok |
9 | Correct | 0 ms | 344 KB | Ok |
10 | Correct | 0 ms | 348 KB | Ok |
11 | Correct | 0 ms | 348 KB | Ok |
12 | Correct | 0 ms | 348 KB | Ok |
# | 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 | 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 | 344 KB | Jury has the better answer : jans = 3, pans = 2 |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 348 KB | Ok |
2 | Correct | 1 ms | 452 KB | Ok |
3 | Correct | 1 ms | 416 KB | Ok |
4 | Correct | 1 ms | 344 KB | Ok |
5 | Correct | 1 ms | 348 KB | Ok |
6 | Correct | 0 ms | 348 KB | Ok |
7 | Correct | 0 ms | 348 KB | Ok |
8 | Correct | 1 ms | 348 KB | Ok |
9 | Correct | 0 ms | 344 KB | Ok |
10 | Correct | 0 ms | 348 KB | Ok |
11 | Correct | 0 ms | 348 KB | Ok |
12 | Correct | 0 ms | 348 KB | Ok |
13 | Incorrect | 0 ms | 348 KB | Jury has the better answer : jans = 3, pans = 2 |
14 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 348 KB | Ok |
2 | Correct | 1 ms | 452 KB | Ok |
3 | Correct | 1 ms | 416 KB | Ok |
4 | Correct | 1 ms | 344 KB | Ok |
5 | Correct | 1 ms | 348 KB | Ok |
6 | Correct | 0 ms | 348 KB | Ok |
7 | Correct | 0 ms | 348 KB | Ok |
8 | Correct | 1 ms | 348 KB | Ok |
9 | Correct | 0 ms | 344 KB | Ok |
10 | Correct | 0 ms | 348 KB | Ok |
11 | Correct | 0 ms | 348 KB | Ok |
12 | Correct | 0 ms | 348 KB | Ok |
13 | Incorrect | 0 ms | 348 KB | Jury has the better answer : jans = 3, pans = 2 |
14 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 348 KB | Ok |
2 | Correct | 1 ms | 452 KB | Ok |
3 | Correct | 1 ms | 416 KB | Ok |
4 | Correct | 1 ms | 344 KB | Ok |
5 | Correct | 1 ms | 348 KB | Ok |
6 | Correct | 0 ms | 348 KB | Ok |
7 | Correct | 0 ms | 348 KB | Ok |
8 | Correct | 1 ms | 348 KB | Ok |
9 | Correct | 0 ms | 344 KB | Ok |
10 | Correct | 0 ms | 348 KB | Ok |
11 | Correct | 0 ms | 348 KB | Ok |
12 | Correct | 0 ms | 348 KB | Ok |
13 | Incorrect | 0 ms | 348 KB | Jury has the better answer : jans = 3, pans = 2 |
14 | Halted | 0 ms | 0 KB | - |