fork download
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. int main(){
  6. for (auto letra : "Pedro") cout << tolower(letra, locale());
  7. }
  8.  
  9. //https://pt.stackoverflow.com/q/507739/101
Success #stdin #stdout 0.01s 5524KB
stdin
Standard input is empty
stdout
pedro