1 #include <iostream> 2 #include <string> 3 4 using namespace std; 5 6 class Invoice 7 { 8 9 }; 10 11 int main() 12 { 13 14 }