记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:5: error: expected expression before '<<' token
  x1=<<x;
     ^~
/in/foo.c:5:6: warning: unused variable 'x' [-Wunused-variable]
  int x=123450,x1;
      ^

信息

递交者
类型
递交
题目
1-1 数字循环左移
语言
C
递交时间
2019-03-17 10:44:19
评测时间
2019-03-17 10:44:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes