代码测试1:不加任何选项

int main(){
  printf("hello world");
  return 0;
}

int testTab(){
	tab();
	return 0;
}

 

代码测试2:选项

int main(){
	printf("hello world");
	return 0;
}

int testTab(){
	tab();
	return 0;
}

相关文章:

  • 2022-01-05
  • 2021-11-11
  • 2022-12-23
猜你喜欢
  • 2021-10-27
  • 2021-08-17
  • 2022-12-23
  • 2022-01-08
  • 2022-02-03
  • 2021-07-23
相关资源
相似解决方案