#include <iostream> int main(){ std::cerr << "this is a message for stdandard error" << std::endl; return 0; }