Accepted
/in/foo.c: In function 'main':
/in/foo.c:12:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%d\n",2*a-1);
                  ^
/in/foo.c:6:18: warning: unused variable 'b' [-Wunused-variable]
     long long a, b;
                  ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Emmmmm(多组测试数据样题)
 - 比赛
 - 熟悉OJ的操作环境
 - 语言
 - C
 - 递交时间
 - 2018-04-29 14:26:03
 - 评测时间
 - 2018-04-29 14:26:03
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 3ms
 - 峰值内存
 - 256.0 KiB