Files
python/TangDou/LuoGuBook/L1_6.cpp
HuangHai 1f397eca87 'commit'
2025-08-30 18:35:01 +08:00

8 lines
128 B
C++

#include <bits/stdc++.h>
using namespace std;
int main() {
cout << (260 + 220) / (12 + 20) << endl;
return 0;
}