#include <stdio.h>
int main(int argc, char *argv[]) {
puts("hello from C++ argc argv main!");
return 0;
}