Advertisement
Dmaxiya

握手问题 参考代码

Apr 5th, 2025
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. typedef long long LL;
  5. const int maxn = 100;
  6.  
  7. int main() {
  8. #ifdef ExRoc
  9.     freopen("test.txt", "r", stdin);
  10. #endif // ExRoc
  11.     ios::sync_with_stdio(false);
  12.  
  13.     cout << 43 * 42 / 2 + 43 * 7 << endl;
  14.  
  15.     return 0;
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement