feat(codeforces): 964)

This commit is contained in:
Barrett Ruth 2025-02-03 19:03:39 -05:00
parent 805d60fefc
commit 0cb0d11ba9
26 changed files with 1131 additions and 0 deletions

11
codeforces/964/g2.out Normal file
View file

@ -0,0 +1,11 @@
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() {
| ^~