# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
171155 | 2019-12-27T13:58:10 Z | juggernaut | Nice sequence (IZhO18_sequence) | C++14 | 2 ms | 376 KB |
//Just try and the idea will come! #include<bits/stdc++.h> #define int long long int using namespace std; int t,n,m,i; main(){ scanf("%lld",&t); while(t--){ scanf("%lld%lld",&n,&m); printf("%lld\n",(max(n,m)-1)); for(i=1;i<max(n,m);i++)printf("%lld ",n-m); puts(""); } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 256 KB | Ok |
2 | Correct | 2 ms | 256 KB | Ok |
3 | Incorrect | 2 ms | 376 KB | All the numbers must be nonzero |
4 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 256 KB | All the numbers must be nonzero |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 256 KB | Jury has the better answer : jans = 3, pans = 2 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 248 KB | Jury has the better answer : jans = 3, pans = 2 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 256 KB | Ok |
2 | Correct | 2 ms | 256 KB | Ok |
3 | Incorrect | 2 ms | 376 KB | All the numbers must be nonzero |
4 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 256 KB | Ok |
2 | Correct | 2 ms | 256 KB | Ok |
3 | Incorrect | 2 ms | 376 KB | All the numbers must be nonzero |
4 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 256 KB | Ok |
2 | Correct | 2 ms | 256 KB | Ok |
3 | Incorrect | 2 ms | 376 KB | All the numbers must be nonzero |
4 | Halted | 0 ms | 0 KB | - |