Is there a c equivalent of c++'s std::cin

后端 未结 0 1258
無奈伤痛
無奈伤痛 2020-12-30 03:15

I\'m trying to convert this code form c++ into c int num{0}; std::cin >> num; I need an equivalent to std::cin. I\'ve already tried int num = 0; fge

相关标签:
回答
  • 消灭零回复
提交回复
热议问题