Time Exceeded
foo.c: In function 'main':
foo.c:5:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=]
  scanf("%d",&n);
         ~^  ~~
         %ld
foo.c:8:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
  printf("%d\n",s);
          ~^
          %ld
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ^~~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1151 黑皮的正方形
 - 语言
 - C
 - 递交时间
 - 2021-01-26 15:46:03
 - 评测时间
 - 2021-01-26 15:46:03
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - ≥14512ms
 - 峰值内存
 - ≥280.0 KiB