Problem colouredballs
User NotTYR
Submission Time 2025-11-24 13:47:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

colouredballs.cpp:5:24: error: ‘unsinged’ was not declared in this scope; did you mean ‘unsigned’?
5 | unsigned long long fac(unsinged int n){
| ^~~~~~~~
| unsigned
colouredballs.cpp: In function ‘int main()’:
colouredballs.cpp:32:16: error: ‘fac’ cannot be used as a function
32 | y = fac(w)/(fac(w-2) * 2)
| ^
colouredballs.cpp:32:26: error: ‘fac’ cannot be used as a function
32 | y = fac(w)/(fac(w-2) * 2)
| ^
colouredballs.cpp:35:16: error: ‘fac’ cannot be used as a function
35 | z = fac(w)/(fac(w-2) * 2)
| ^
colouredballs.cpp:35:26: error: ‘fac’ cannot be used as a function
35 | z = fac(w)/(fac(w-2) * 2)
| ^