#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/

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2021-04-25
  • 2022-12-23
  • 2022-01-05
猜你喜欢
  • 2021-12-19
  • 2021-11-11
  • 2021-10-13
  • 2021-12-19
  • 2021-06-24
  • 2022-12-23
  • 2021-12-02
相关资源
相似解决方案