/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:16: error: 'i' was not declared in this scope
             if(i!=m&&a>0)cout<<"+";  
                ^
/in/foo.cc:10:19: error: 'm' was not declared in this scope
             if(i!=m&&a>0)cout<<"+";  
                   ^
/in/foo.cc:11:26: error: 'i' was not declared in this scope
             if(abs(a)>1||i==0)cout<<a;  
                          ^
/in/foo.cc:12:23: error: 'i' was not declared in this scope
             if(a==-1&&i)cout<<"-";  
                       ^
/in/foo.cc:13:16: error: 'i' was not declared in this scope
             if(i>1)cout<<"x^"<<i; 
                ^
/in/foo.cc:14:16: error: 'i' was not declared in this scope
             if(i==1)cout<<"x";   
                ^

信息

递交者
类型
递交
题目
P1258 多项式表示
语言
C++
递交时间
2020-12-14 22:32:29
评测时间
2020-12-14 22:32:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes