Accepted
/in/foo.c: In function 'main':
/in/foo.c:5:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d",&n);
          ^
/in/foo.c:7:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%ld\n",s);
            ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1151 黑皮的正方形
 - 语言
 - C
 - 递交时间
 - 2021-01-26 15:52:40
 - 评测时间
 - 2021-01-26 15:52:40
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 7ms
 - 峰值内存
 - 224.0 KiB