#include<iostream>
using namespace std;
int fun(){
	cout<<"ddd";
	fun();
}
int main(){
	fun();
}

0 条评论

目前还没有评论...