can i use printf to print element of c++ array of strings

前端 未结 0 1468
刺人心
刺人心 2021-01-21 15:11
#include 
using namespace std;

int main()
{
    string s[] = {"one", "two", "three", "four", "five", &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题