#include <iostream>
using namespace std;

int main()
{
	const char *str1="Hello";
	cout<<str1[4]<<endl;
	return 0;
}

相关文章:

  • 2022-01-09
  • 2022-12-23
  • 2021-12-11
  • 2021-08-07
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2021-12-11
猜你喜欢
  • 2021-08-08
  • 2021-12-06
相关资源
相似解决方案