Compile Error
/in/foo.cc:3:12: error: expected unqualified-id before 'int'
 int numa=0,int numb=0;
            ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:36: error: 'numb' was not declared in this scope
     for(cin>>numa;numa!=0;numa/=10)numb=numb*10+numa%10;
                                    ^~~~
/in/foo.cc:6:11: error: 'numb' was not declared in this scope
     cout<<numb;
           ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1066 「NOIP2011 P」数字反转
 - 语言
 - C++
 - 递交时间
 - 2020-08-04 08:41:41
 - 评测时间
 - 2020-08-04 08:41:41
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes