摘要:
#include<stdio.h> #include<string.h> #include<stdlib.h> #define lu unsigned long long #define str(a,b) sprintf(a,"%llu",b) int main(){ lu n,x,t,rk=0; 阅读全文
摘要:
下载地址=https://pan.baidu.com/s/1Cu8ViI3cYkvVkad1XZrBBg 提取码: ni5d 源代码: #include<stdio.h> #include<stdlib.h> #include<string.h> int main(){ printf("CM by 阅读全文
摘要:
main=do a <- getLine b <- getLine let _a = read a :: Integer let _b = read b :: Integer print (div _a _b) 用C语言写也大同小异 haskell水题是真的爽((( 阅读全文
摘要:
gcc出现这种错误的原因是没有安装iconv这个工具 ##方法一: 转换字符串: 或添加命令行选项: -finput-charset以及-fexec-charset ##方法二: 自己编译gcc添加iconv的实现或寻找另一个渠道(例如msys2)的gcc gcc -v 查看,没有则表明不支持。 阅读全文
摘要:
注意:dev-cpp自带的gcc不支持 其中/全部 指令 所以确保你的gcc在8.0以上 http://mingw.org/ 可安装最新版的gcc 在dev-cpp中依次打开工具-编译选项 在里面粘贴入一下指令 -Wall -Werror -Wextra -pedantic -Wimplicit-f 阅读全文
摘要:
1.Dim a as string 2.Dim as string a,b,c 3.const as string a="hello" 4.Dim a As const string=Str(Rnd) 暂时只想到这几种了.... 阅读全文
摘要:
完整工程在github https://github.com/znkzz/File Encryption 阅读全文
摘要:
事情是这样的 由于我喜欢捣鼓内存盘(感觉8g内存除了开虚拟机之外用不完) 而新机器与这个内存盘不兼容(开机时) 这个bat开机后用了之后不会蓝屏 也还行吧 阅读全文
摘要:
1.精简掉了你用不着也看不懂的文档 2.精简掉了包管理器 3.精简掉了stack.exe runhaskell.exe runghc.exe 压缩包体积不足200MB 主要是因为官网的haskell platform体积大 下载慢而上传 下载地址1 https://download.csdn.net 阅读全文
摘要:
此页面维护中... ##请前往http://github.com/znkzz/Dust-Lang <build:343> -现在可以创建变量了 -增加关于变量类型的文档 <build:257> -修复少许bug -增加注释 -代码预处理完成 <build:173>-解决不能编译为64位程序的玄学bu 阅读全文