运行 ID: 41836

Main.cc: In function ‘int main()’:
Main.cc:17:3: error: ‘itoa’ was not declared in this scope
   itoa(i,str,2);
   ^~~~
Main.cc:17:3: note: suggested alternative: ‘atol’
   itoa(i,str,2);
   ^~~~
   atol