Run id: 139627
Main.cc: In function 'int main()':
Main.cc:9:10: error: 'cout' was not declared in this scope
cout<<"Yes";
^
Main.cc:10:6: error: 'else' without a previous 'if'
else;
^
Main.cc:5:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &t);
^
Main.cc:7:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &n);
^