运行 ID: 61161

Main.cc: In function ‘int main()’:
Main.cc:5:11: warning: unused variable ‘t’ [-Wunused-variable]
     int n,t; 
           ^
Main.cc:20:1: error: expected ‘}’ at end of input
 }
 ^