How can i fix the error error: invalid operands of types 'int' and '' to binary 'operator<='

前端 未结 0 1837
遥遥无期
遥遥无期 2020-12-23 11:41
#include 
#include 
using namespace std;

int main() {
   int t;
   cin>>t;
   while(t--)
   {
    int n,x=0;
    cin>&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题