提交记录 #54

提交时间:2024-10-29 21:55:54
语言:c 状态:CompileError
编译情况:编译错误
code.c: In function ‘main’:
code.c:66:12: warning: missing terminating " character
   66 |     printf("请输入高度和起始字符(用空格
      |            ^
code.c:66:12: error: missing terminating " character
   66 |     printf("请输入高度和起始字符(用空格
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
code.c:66:5: error: expected expression at end of input
   66 |     printf("请输入高度和起始字符(用空格
      |     ^~~~~~
code.c:66:5: error: expected declaration or statement at end of input
code.c:60:10: warning: unused variable ‘sChar’ [-Wunused-variable]
   60 |     char sChar;
      |          ^~~~~
code.c:59:9: warning: unused variable ‘h’ [-Wunused-variable]
   59 |     int h;
      |         ^
固定测试点暂不可用
... 等待中
time N/A
memory N/A
附加测试点暂不可用
... 不可用
time N/A
memory N/A
京ICP备2024093084 号