Submission #1011679

#TimeUsernameProblemLanguageResultExecution timeMemory
1011679ezzzayXylophone (JOI18_xylophone)C++17
0 / 100
0 ms344 KiB
#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 (stderr)

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];
      |            ^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...