답안 #1011679

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1011679 2024-07-01T05:05:31 Z ezzzay Xylophone (JOI18_xylophone) C++17
0 / 100
0 ms 344 KB
#include "xylophone.h"
#include<bits/stdc++.h>
using namespace std;
static int A[5000];

void solve(int N) {
	int n=N;
	int x;
	for(int i=2;i<N;i++){
		if(query(1,N)!=N-1){
			x=i-1;
			break;
			// i ni 1 esul 5
		}
	}
	for(int i=1;i<=n;i++){
		answer(i,i);
	}

}

Compilation message

xylophone.cpp: In function 'void solve(int)':
xylophone.cpp:8:6: warning: variable 'x' set but not used [-Wunused-but-set-variable]
    8 |  int x;
      |      ^
xylophone.cpp: At global scope:
xylophone.cpp:4:12: warning: 'A' defined but not used [-Wunused-variable]
    4 | static int A[5000];
      |            ^
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 344 KB Output is correct
2 Incorrect 0 ms 344 KB Wrong Answer [7]
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 [7]
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 [7]
3 Halted 0 ms 0 KB -