My Snippets
My Collections
Search Engine
Pricing
Community
Untitled
unknown
c_cpp
3 years ago
108 B
3
Indexable
#include<iostream> using namespace std; int main() { string s="123"; cout<<s.back(); return 0; }