| Problem | colouredballs |
|---|---|
| User | NotTYR |
| Submission Time | 2025-11-24 13:47:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
colouredballs.cpp:5:30: error: ‘unsinged’ was not declared in this scope; did you mean ‘unsigned’?
5 | unsigned long long factorial(unsinged int n){
| ^~~~~~~~
| unsigned
colouredballs.cpp: In function ‘int main()’:
colouredballs.cpp:32:22: error: ‘factorial’ cannot be used as a function
32 | y = factorial(w)/(factorial(w-2) * 2)
| ^
colouredballs.cpp:32:38: error: ‘factorial’ cannot be used as a function
32 | y = factorial(w)/(factorial(w-2) * 2)
| ^
colouredballs.cpp:35:22: error: ‘factorial’ cannot be used as a function
35 | z = factorial(w)/(factorial(w-2) * 2)
| ^
colouredballs.cpp:35:38: error: ‘factorial’ cannot be used as a function
35 | z = factorial(w)/(factorial(w-2) * 2)
| ^