Wrong Answer
foo.cc: In function 'int main()':
foo.cc:49:19: warning: unused variable 'rlen' [-Wunused-variable]
         int T,i,k,rlen,k1;
                   ^~~~
foo.cc:51:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&T);
         ~~~~~^~~~~~~~~
foo.cc:71:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
                 scanf("%lld%lld",&l,&r);
                 ~~~~~^~~~~~~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1091 循环整数
 - 语言
 - C++
 - 递交时间
 - 2020-12-03 11:14:18
 - 评测时间
 - 2020-12-03 11:14:18
 - 评测机
 
- 分数
 - 11
 - 总耗时
 - 140ms
 - 峰值内存
 - 288.0 KiB