Untitled
unknown
c_cpp
3 years ago
109 B
3
Indexable
#include<iostream> using namespace std; int main() { string s="123"; cout<<s.front(); return 0; }
Editor is loading...
#include<iostream> using namespace std; int main() { string s="123"; cout<<s.front(); return 0; }