记录详情

Compile Error

/in/foo.c: In function 'bubbleSort':
/in/foo.c:5:21: error: 'str' undeclared (first use in this function); did you mean 'srt'?
    5 |      int len=strlen(str);
      |                     ^~~
      |                     srt
/in/foo.c:5:21: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:7:31: error: 'le' undeclared (first use in this function); did you mean 'len'?
    7 |                 for(int j=0;j<le-1-i;j++){
      |                               ^~
      |                               len

信息

递交者
类型
自测
语言
C
递交时间
2025-12-01 19:18:57
评测时间
2025-12-01 19:18:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes