提交记录 #218

提交时间:2024-11-14 20:40:11
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘upgradeID15to18’:
code.c:29:10: warning: variable ‘b’ set but not used [-Wunused-but-set-variable]
   29 |     char b;
      |          ^
code.c:28:11: warning: unused variable ‘flag’ [-Wunused-variable]
   28 |     int m,flag = 0,i;
      |           ^~~~
code.c: At top level:
code.c:48:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   48 | main(){
      | ^~~~
固定测试点#1:
acAccepted
time 0.001s
memory 560 kB
额外测试点#4:
waWrong Answer
time 0.002s
memory 4 kB
京ICP备2024093084 号