cp/codeforces/964/g2.out

11 lines
424 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

g2.cc: In function int main():
g2.cc:132:11: error: i was not declared in this scope
132 | solve(i);
| ^
g2.cc: At global scope:
g2.cc:63:13: warning: void YES() defined but not used [-Wunused-function]
63 | static void YES() {
| ^~~
g2.cc:59:13: warning: void NO() defined but not used [-Wunused-function]
59 | static void NO() {
| ^~