A - Little Elephant and Function

思路:

  水题;

代码:

#include <cstdio>
#include <iostream> using namespace std; int n; int main()
{
scanf("%d",&n);
printf("%d ",n);
for(int i=;i<n;i++) printf("%d ",i);
return ;
}

最新文章

  1. pod Spec管理配置
  2. STL bind1st bind2nd详解
  3. 【leetcode】Validate Binary Search Tree(middle)
  4. Dataset的基本操作
  5. js阻止表单重复提交
  6. SQL优化(zhuan)
  7. [Tomcat] Tomcat远程调试
  8. ubuntu 修改root密码
  9. groovy学习(二)map
  10. Repair MySQL 5.6 GTID replication by injecting empty transactions
  11. C# 委托Delegate的使用 笔记
  12. delphi JPG图片 旋转 切边 缩放
  13. JS基础之传参(值传递、对象传递)
  14. Android i2c-tools移植
  15. Fixed the bug:while running alert/confirm in javascript the chrome freezes
  16. PHP socket以及http、socket、tcp、udp
  17. 红外光通信装置数字部分思路点睛 2013年国赛f题
  18. Mobileye众包地图REM的一些整理
  19. P4549 【模板】裴蜀定理
  20. Linux服务器---使用mysql

热门文章

  1. sourceInsight *** more bytes are required
  2. Json 转换 1 转成 true 0 转成false
  3. ueditor搭建图片服务器
  4. jvm可视化工具jvisualvm插件——Visual&#160;GC
  5. 孤荷凌寒自学python第九天Python的输出print的格式化
  6. [OpeCV] highgui头文件
  7. LeetCode -- Valid Parenthese
  8. JavaScript 代码性能优化总结
  9. Extra Judicial Operation
  10. Oracle 查询性能优化(转)