关于codeforces
  • 板块灌水区
  • 楼主滑不拉稽
  • 当前回复3
  • 已保存回复3
  • 发布时间2021/11/9 09:23
  • 上次更新2023/11/4 01:03:23
查看原帖
关于codeforces
158000
滑不拉稽楼主2021/11/9 09:23

cf提交的代码是不能使用__int128吗?

我的代码在本地可以运行,在洛谷ide上可以运行,交到cf上显示编译错误

Can't compile file:
program.cpp:9:13: error: expected unqualified-id before '__int128'
 #define int __int128
             ^
program.cpp:17:8: note: in expansion of macro 'int'
 inline int read()
        ^~~
2021/11/9 09:23
加载中...