답안 #1089910

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1089910 2024-09-17T11:42:30 Z lucri popa (BOI18_popa) C++11
0 / 100
1 ms 448 KB
#include <bits/stdc++.h>
#include "popa.h"
using namespace std;
int solve(int n, int* left, int* right) 
{
	for(int i=0;i<n;++i)
    {
		left[i]=-1;
      	right[i]=i+1;
    }
  	right[n-1]=-1;
	return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 344 KB Execution killed with signal 13
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 344 KB Execution killed with signal 13
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 448 KB Execution killed with signal 13
2 Halted 0 ms 0 KB -