Wrong Answer
/in/foo.c: In function 'main':
/in/foo.c:13:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
  printf("%d %d %d\n",&a,&b,&c);
           ^
/in/foo.c:13:14: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=]
  printf("%d %d %d\n",&a,&b,&c);
              ^
/in/foo.c:13:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int *' [-Wformat=]
  printf("%d %d %d\n",&a,&b,&c);
                 ^
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - 结构化的程序格式,是编程世界的基石。
 - 语言
 - C
 - 递交时间
 - 2019-02-25 15:46:42
 - 评测时间
 - 2019-02-25 15:46:42
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 1ms
 - 峰值内存
 - 200.0 KiB