// // Created by viole on 2026/2/25. // #include "iostream" using namespace std; int main() { bool flag = 1; bool flag2 = 0; cout << flag << endl; cout << flag2 << endl; }