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