Accepted
/in/foo.c: In function 'main':
/in/foo.c:7:10: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  int len=strlen(a);
          ^~~~~~
/in/foo.c:7:10: warning: incompatible implicit declaration of built-in function 'strlen'
/in/foo.c:7:10: note: include '<string.h>' or provide a declaration of 'strlen'
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-1 数字循环左移
 - 比赛
 - 课程赛事 2018/11/24
 - 语言
 - C
 - 递交时间
 - 2018-11-24 19:52:23
 - 评测时间
 - 2018-11-24 19:52:23
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 3ms
 - 峰值内存
 - 212.0 KiB