Run id: 145543

Main.cc: In function 'int main()':
Main.cc:8:12: error: 'i' was not declared in this scope
         if(i % 4 == 0 && i % 100 != 0  || i % 400 == 0){
            ^
Main.cc:9:13: error: 'cout' was not declared in this scope
             cout<<"Yes"<