grader.c: In function 'int main()': grader.c:15:6: warning: variable 'res' set but not used [-Wunused-but-set-variable] 15 | int res; | ^~~ wombats.cpp:1:1: error: 'a' does not name a type 1 | a | ^