小白学习之路,
第一篇博客,多看大神博客,多写博客,积累沉淀。

在做作业时使用C++遇到的一个报错:error: found ‘:’ in nested-name-specifier, expected '::

error: found ':' in nested-name-specifier, expected '::

一下蒙圈,找半天才发现代码里的 for (i=0;i<n:i++)
i<n后的;号写成:号了,尴尬

相关文章:

  • 2021-07-07
  • 2021-07-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-09-09
  • 2021-08-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2022-01-14
  • 2022-12-23
  • 2021-08-18
  • 2021-04-24
相关资源
相似解决方案