记录详情

Accepted

foo.c: In function 'main':
foo.c:17:5: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
   17 |     scanf("%d", &n);
      |     ^~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
  +++ |+#include <stdio.h>
    1 | int countWays(int n) {
foo.c:17:5: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch]
   17 |     scanf("%d", &n);
      |     ^~~~~
foo.c:17:5: note: include '<stdio.h>' or provide a declaration of 'scanf'
foo.c:19:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   19 |     printf("%d\n", ways);
      |     ^~~~~~
foo.c:19:5: note: include '<stdio.h>' or provide a declaration of 'printf'
foo.c:19:5: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
foo.c:19:5: note: include '<stdio.h>' or provide a declaration of 'printf'
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 2ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 61ms 308.0 KiB

信息

递交者
类型
递交
题目
6-3 上楼梯的走法
比赛
2023 程序设计与竞赛(作业7:最初的综合)
语言
C
递交时间
2023-11-11 19:58:56
评测时间
2023-11-11 19:58:56
评测机
分数
100
总耗时
69ms
峰值内存
308.0 KiB