fork download
  1. #include <iostream>
  2. #include <vector>
  3. #include <math.h>
  4. #include <string>
  5.  
  6. using namespace std;
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. int main() {
  14. string s = "hello";
  15. cout<< s[s.length()-1];
  16.  
  17. return 0;
  18. }
Success #stdin #stdout 0.01s 5548KB
stdin
Standard input is empty
stdout
o