1. 首页
  2. 移动开发
  3. 其他
  4. cp:个人竞争性编程实践 源码

cp:个人竞争性编程实践 源码

上传者: 2021-04-06 07:42:49上传 ZIP文件 20.54KB 热度 20次
竞争性编程 竞争性编程实践 CP技术 1.模板 # include < stdio> # include < string> # include < math.h > # include < ctype> int main () { // freopen("input.txt", "rt", stdin); // freopen("output.txt", "wt", stdout); return 0 ; } // Author: Shihab Mahamud 2.使用scanf()函数输入string scanf ( " %[^ \n
用户评论