小问题求助
  • 板块灌水区
  • 楼主なつよねん
  • 当前回复6
  • 已保存回复6
  • 发布时间2020/11/15 08:55
  • 上次更新2023/11/5 08:02:15
查看原帖
小问题求助
366352
なつよねん楼主2020/11/15 08:55
#define ull unsigned long long

就这个玩意儿,为什么一直报错呢?


2.cpp: In function ‘int main()’:
2.cpp:3:13: error: expected primary-expression before ‘unsigned’
    3 | #define ull unsigned long long
      |             ^~~~~~~~
2.cpp:32:12: note: in expansion of macro ‘ull’
   32 |      cout<<ull(-n)<<endl;
      |            ^~~


求解答,没懂它要我加什么

2020/11/15 08:55
加载中...