首页 > 编程语言 > 详细

c++ 在线编译

时间:2015-01-26 13:22:59      阅读:275      评论:0      收藏:0      [点我收藏+]
#include <algorithm>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <list>
#include <map>
#include <math.h>
#include <queue>
#include <set>
#include <sstream> 
#include <stdlib.h>
#include <stdio.h>
#include <string>
#include <time.h>
int main(int argc)
{
int a= 10;
cout<<a<<endl;
return 0;
}

  网站如

http://codepad.org
http://www.compileonline.com/compile_cpp_online.php
http://ideone.com/
https://compilr.com/

c++ 在线编译

原文:http://www.cnblogs.com/yelongsan/p/4249823.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!