Severity Code Description Project File Line Suppression State
Error (active) E0349 no operator "<<" matches these operands ReverseString
the solution:
#include "iostream"
#include<string>
the error: no operator << matches these operands
原文:https://www.cnblogs.com/david-china/p/14776891.html