fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. string s = "";
  7. stack < string> st;
  8. st.top();
  9. s+='A';
  10. cout <<s;
  11. return 0;
  12. }
Success #stdin #stdout 0s 4412KB
stdin
Standard input is empty
stdout
A