/ Vijos /

记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:36:12: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   36 |     len1 = strlen(M);
      |            ^~~~~~
/in/foo.c:2:1: note: include '<string.h>' or provide a declaration of 'strlen'
    1 | #include<stdio.h>
  +++ |+#include <string.h>
    2 | int N;
/in/foo.c:36:12: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
   36 |     len1 = strlen(M);
      |            ^~~~~~
/in/foo.c:36:12: note: include '<string.h>' or provide a declaration of 'strlen'
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Wrong Answer 1ms 348.0 KiB
#3 Accepted 1ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1304 回文数
语言
C
递交时间
2025-10-07 20:16:18
评测时间
2025-10-07 20:16:18
评测机
分数
75
总耗时
5ms
峰值内存
348.0 KiB