Run id: 2237
Main.cc: In function 'int main()':
Main.cc:7:21: error: found ':' in nested-name-specifier, expected '::'
for(int i=1;i<=t:i++)
^
Main.cc:7:20: error: 't' is not a class, namespace, or enumeration
for(int i=1;i<=t:i++)
^
Main.cc:7:25: error: expected ';' before ')' token
for(int i=1;i<=t:i++)
^
Main.cc:10:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if(n%400==0||n%4==0&&n%100!=0)
^
Main.cc:11:16: error: 'Yes' was not declared in this scope
cout<<Yes;
^
Main.cc:13:19: error: 'No' was not declared in this scope
cout<<No;
^