`
jerrychoi
  • 浏览: 3422 次
  • 性别: Icon_minigender_1
  • 来自: 福州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
问题描述:n个人(编号从1到n),从1开始报数,报到m的退出,剩下的人继续从1开始报数。求胜利者的编号。   C语言指针版本   1: #include <stdio.h> 2: #include <stdlib.h> 3: 4:
string类对象的构造 简化构造函数原型如下(注意,为了简便,把模板中最后一个默认参数省略了): 1: explicit basic_string(); 2: string(const char *s); 3: string(const char *s,
Global site tag (gtag.js) - Google Analytics