Untitled

Anonymous
c_cpp
01/24/2022 5:28 PM
144 B
16
Indexable
#include<iostream>
using namespace std;
int main()
{
    string s="123";
    cout<<s.back();
    return 0;
}
Editor is loading...