- 编程
- 2020-05-23 08:05:21 @
#include<iostream>
int main(int argc,char** argv){
int a=0;
a=0xCCF;
std::cout<<a<<std::endl;
return 0;
}
运行后为3279。
所以,noi,noip幸运数字为3279!!!
9 条评论
-
(Triangle) LV 4 @ 2020-07-04 10:50:09
#include<iostream> int main(){int a=0xCCF;std::cout<<a<<std::endl;return 0;}
-
2020-05-28 13:23:42@
...
-
2020-05-25 13:54:46@
。。。
-
2020-05-23 19:20:38@
。。。
-
2020-05-23 18:40:30@
16进制换算。。
-
2020-05-23 16:07:35@
%%%(雾
-
2020-05-23 11:50:21@
aknoip,noi的幸运数字QwQ
-
2020-05-23 10:44:53@
ioi幸运数字(0x101):257
-
2020-05-23 09:36:28@
草啥玩意这是
- 1