×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: C++
Posted by: Muhammad waleed
Added: Apr 20, 2021 1:27 PM
Modified: Apr 23, 2021 2:26 PM
Views: 3992
Tags: main
  1. #include <string>
  2. #include <iostream>
  3.  
  4. using namespace std;
  5.  
  6. int main (){
  7.  
  8. return 0;
  9. }