답안 #945699

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
945699 2024-03-14T06:31:12 Z kokoxuya 카멜레온의 사랑 (JOI20_chameleon) C++14
0 / 100
15 ms 344 KB
#include "chameleon.h"
#include <vector>
using namespace std;

void Solve(int N) 
{
  for (int a = 1; a <= (2 * N); a++)
  {
	  for (int b = (a + 1); b <= (2  * N); b++)
	  {
		  vector<int>vec = {a,b};
		  if (Query(vec) == 1)
		  {
			  Answer(a,b);
		  }
	  }
  }
}
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 344 KB Output is correct
2 Correct 0 ms 344 KB Output is correct
3 Incorrect 15 ms 344 KB Wrong Answer [3]
4 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 1 ms 344 KB Output is correct
2 Incorrect 0 ms 344 KB Wrong Answer [6]
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 1 ms 344 KB Output is correct
2 Incorrect 0 ms 344 KB Wrong Answer [6]
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 344 KB Output is correct
2 Incorrect 0 ms 344 KB Wrong Answer [6]
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 344 KB Output is correct
2 Correct 0 ms 344 KB Output is correct
3 Incorrect 15 ms 344 KB Wrong Answer [3]
4 Halted 0 ms 0 KB -