社区讨论

关于codeforces

灌水区参与者 2已保存回复 3

讨论操作

快速查看讨论及其快照的属性,并进行相关操作。

当前回复
3 条
当前快照
1 份
快照标识符
@lobdthzx
此快照首次捕获于
2023/10/29 19:22
2 年前
此快照最后确认于
2023/11/04 01:03
2 年前
查看原帖
cf提交的代码是不能使用__int128吗?
我的代码在本地可以运行,在洛谷ide上可以运行,交到cf上显示编译错误
CPP
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()
        ^~~

回复

3 条回复,欢迎继续交流。

正在加载回复...