Problem thedarknight
User JoshJuice
Submission Time 2024-09-19 17:05:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:8:5: error: expected ‘,’ or ‘;’ before ‘set’
8 | set<int> ab;
| ^~~
thedarknight.cpp:9:35: error: ‘ab’ was not declared in this scope; did you mean ‘b’?
9 | for (int i = a; i <= n; i+=a) ab.insert(i);
| ^~
| b
thedarknight.cpp:10:35: error: ‘ab’ was not declared in this scope; did you mean ‘b’?
10 | for (int i = b; i <= n; i+=b) ab.insert(i);
| ^~
| b
thedarknight.cpp:12:21: error: ‘ab’ was not declared in this scope; did you mean ‘b’?
12 | cout << total - ab.size();
| ^~
| b