Wrong Answer
foo.c: In function ‘main’:
foo.c:12:18: warning: ‘%lld’ directive writing between 1 and 20 bytes into a region of size 11 [-Wformat-overflow=]
   12 |     sprintf(str,"%lld",num);
      |                  ^~~~
foo.c:12:17: note: directive argument in the range [-9223372036854775808, 999999999]
   12 |     sprintf(str,"%lld",num);
      |                 ^~~~~~
foo.c:12:5: note: ‘sprintf’ output between 2 and 21 bytes into a destination of size 11
   12 |     sprintf(str,"%lld",num);
      |     ^~~~~~~~~~~~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-1 数字循环左移
 - 比赛
 - 南师大(含泰州学院)2024年新生赛(第一场)
 - 语言
 - C
 - 递交时间
 - 2024-08-15 14:06:20
 - 评测时间
 - 2024-08-15 14:06:20
 - 评测机
 
- 分数
 - 75
 - 总耗时
 - 5ms
 - 峰值内存
 - 548.0 KiB