toy.cpp:1:2: error: stray '#' in program
1 | a#include <bits/stdc++.h>
| ^
toy.cpp:1:1: error: 'a' does not name a type
1 | a#include <bits/stdc++.h>
| ^
toy.cpp:12:1: error: 'set' does not name a type
12 | set<int> s;
| ^~~
toy.cpp: In function 'void go(long long int, long long int, long long int, long long int)':
toy.cpp:16:9: error: 's' was not declared in this scope
16 | s.insert(sum);
| ^
toy.cpp: In function 'int main()':
toy.cpp:35:5: error: 'ios' has not been declared
35 | ios::sync_with_stdio(false);
| ^~~
toy.cpp:36:5: error: 'cin' was not declared in this scope
36 | cin.tie(nullptr);
| ^~~
toy.cpp:40:5: error: 'cout' was not declared in this scope
40 | cout << s.size() << '\n';
| ^~~~
toy.cpp:40:13: error: 's' was not declared in this scope
40 | cout << s.size() << '\n';
| ^