Submission #290915

# Submission time Handle Problem Language Result Execution time Memory
290915 2020-09-04T14:38:23 Z PKhing "The Lyuboyn" code (IZhO19_lyuboyn) C++14
0 / 100
1 ms 308 KB
#include<bits/stdc++.h>
using namespace std;
int main(){
    int n,k,t,s;
    cin>>n>>k>>t>>s;
  	if(n>2)exit(1);
    if(n==2&&k==1&&t==1&&s==0){
        printf("4\n00\n");
        printf("01\n");
        printf("11\n");
        printf("10\n");
    }
    else
    printf("-1");
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB Output -1 while solution exists
# Verdict Execution time Memory Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 308 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -