Then 77 warnings shows.
How can I remove those warnings.
Here is the code
Code: Select all
#include<stdio.h>
#include<ctype.h>
#include<string>
#include<algorithm>
#include<vector>
#include<map>
using namespace std;
map<string,int> M;
void main()
{
}