Compile Error
/in/foo.c:1:2: error: expected ';' before 'typedef'
    1 | c
      |  ^
      |  ;
/in/foo.c: In function 'main':
/in/foo.c:26:18: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
   26 |     int newNum = atoi(newNumStr);
      |                  ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-1 数字循环左移
 - 比赛
 - 2025年春 南师大《程序设计与竞赛》作业赛第一场
 - 语言
 - C
 - 递交时间
 - 2025-03-07 20:44:13
 - 评测时间
 - 2025-03-07 20:44:13
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes