记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:6:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf("%d%d", &m, &n);
  ^~~~~
/in/foo.c:6:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:6:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:31:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
  printf("%d", end);
  ^~~~~~
/in/foo.c:31:2: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:31:2: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:28:7: warning: 't1' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (t1 == m&&t2==n)end++;
       ^
# 状态 耗时 内存占用
#1 Accepted 1ms 332.0 KiB

信息

递交者
类型
自测
题目
4-5 有几个鞍点
语言
C
递交时间
2021-11-15 19:01:59
评测时间
2021-11-15 19:01:59
评测机
分数
10
总耗时
1ms
峰值内存
332.0 KiB