记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:17:17: error: called object 'count' is not a function or function pointer
     int count = count(str, c);
                 ^~~~~
/in/foo.c:17:9: note: declared here
     int count = count(str, c);
         ^~~~~
/in/foo.c:18:12: warning: too many arguments for format [-Wformat-extra-args]
     printf("两个字符串中小写字母的个数\n", c, count, str);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

信息

递交者
类型
自测
语言
C
递交时间
2024-11-12 08:36:53
评测时间
2024-11-12 08:36:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes