运行 ID: 357713

Main.cc: In function ‘int main()’:
Main.cc:9:9: error: expected ‘}’ at end of input
 return 0;
         ^
Main.cc:5:6: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d", &t);
 ~~~~~^~~~~~~~~~
Main.cc:7:6: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d", &n);
 ~~~~~^~~~~~~~~~