Problem binomial
User dooweidde
Submission Time 2024-02-11 18:55:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binomial.cpp: In function ‘int main()’:
binomial.cpp:7:2: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
binomial.cpp:8:2: error: ‘cin’ was not declared in this scope
8 | cin.tie(0);
| ^~~
binomial.cpp:20:2: error: ‘cout’ was not declared in this scope
20 | cout << (a/b)%1000000007;
| ^~~~