Problem tourist_noi
User kingdavidfriend
Submission Time 2026-01-21 19:20:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:8:2: error: ‘ios_bade’ has not been declared
8 | ios_bade::sync_with_stdio(false);
| ^~~~~~~~
tourist_noi.cpp:17:37: error: ‘physics’ was not declared in this scope
17 | for (int i = 0; i < n; ++i) cin >> physics[i];
| ^~~~~~~
tourist_noi.cpp:18:37: error: ‘bilogy’ was not declared in this scope
18 | for (int i = 0; i < n; ++i) cin >> bilogy[i];
| ^~~~~~
tourist_noi.cpp:20:14: error: redeclaration of ‘std::vector<int> diffs’
20 | vector<int> diffs(n);
| ^~~~~
tourist_noi.cpp:14:14: note: ‘std::vector<int> diffs’ previously declared here
14 | vector<int> diffs(n);
| ^~~~~
tourist_noi.cpp:21:12: error: redeclaration of ‘long long int total_score’
21 | long long total_score = 0;