답안 #290915

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
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");
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Output -1 while solution exists
# 결과 실행 시간 메모리 Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 308 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 0 ms 256 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -