Skip to content

Instantly share code, notes, and snippets.

View shehab910's full-sized avatar

Shehab Ihab shehab910

View GitHub Profile

Q1 -Lec.1 P.63- [verified]

Program

woman(mia).
woman(jody).
woman(yolanda).
#include <iostream>
#include <map>
#include <string>
#include <algorithm>
#include <vector>
using namespace std;
map<string,string> getAiMap(){
map<string,string> m = {