open /var/local/lib/isolate/424/box/a.out: no such file or directory
main.cpp:1:1: error: 'include' does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
main.cpp: In function 'int main()':
main.cpp:5:21: error: 'cin' was not declared in this scope
5 | long long n;cin >> n;int db = 0;
| ^~~
main.cpp:6:21: error: 'cout' was not declared in this scope
6 | if(n % 17 == 0) cout << "IGEN" << "\n";
| ^~~~
main.cpp:7:10: error: 'cout' was not declared in this scope
7 | else cout << "NO" << "\n";
| ^~~~
main.cpp:11:25: error: 'cout' was not declared in this scope
11 | n = egyik-masik;cout << n<<" ";db++;
| ^~~~
main.cpp:13:32: error: 'cout' was not declared in this scope
13 | if(db == 0 && n % 17 == 0){cout << 0;}
| ^~~~