Main.cc: In function 'int main()':
Main.cc:6:9: error: 'a' was not declared in this scope
cin >> a >> s >> d;
^
Main.cc:6:14: error: 's' was not declared in this scope
cin >> a >> s >> d;
^
Main.cc:6:19: error: 'd' was not declared in this scope
cin >> a >> s >> d;
^