Compile Error
/in/foo.cc: In function 'void leftmove(int*)':
/in/foo.cc:14:2: error: expected ';' before '}' token
  }
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:47:12: error: 'letfmove' was not declared in this scope
  letfmove(b);
            ^
/in/foo.cc:51:9: error: invalid types 'int[int]' for array subscript
  x=x+a[j]*pow(10,n-j);
         ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-1 数字循环左移
 - 语言
 - C++
 - 递交时间
 - 2019-03-04 16:10:12
 - 评测时间
 - 2019-03-04 16:10:12
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes