Problem | binomial |
---|---|
User | dooweidde |
Submission Time | 2024-02-11 18:54:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binomial.cpp:6:1: error: ‘vector’ does not name a type
6 | vector <int> helpme;
| ^~~~~~
binomial.cpp: In function ‘int main()’:
binomial.cpp:8:2: error: ‘ios_base’ has not been declared
8 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
binomial.cpp:9:2: error: ‘cin’ was not declared in this scope
9 | cin.tie(0);
| ^~~
binomial.cpp:21:2: error: ‘cout’ was not declared in this scope
21 | cout << (a/b)%1000000007;
| ^~~~