#include #include "processor.h" void main() { string str; getline(cin, str); Processor p(str); cout <