#include "message.h" #include <iostream> using namespace std; int main() { if (MyNodeId() == 0) { cout << 6 << 1 << endl; } return 0; }
1 2 3 4 5 6 7 8 9 10 | #include "message.h" #include <iostream> using namespace std; int main() { if (MyNodeId() == 0) { cout << 6 << 1 << endl; } return 0; } |