#include<iostream> using namespace std; int main(){ return 9999; }
你
们
可
以
试
一
return在main函数(int类型)中只要是常数都不会影响结果。
都一样
csda