运行 ID: 34343

Main.cc: In function ‘int main()’:
Main.cc:49:5: error: expected ‘;’ before ‘}’ token
     }
     ^
Main.cc:27:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld",&T);
     ~~~~~^~~~~~~~~~~
Main.cc:30:14: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld",&x);
         ~~~~~^~~~~~~~~~~