| Problem | platonic12 |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-09-16 20:28:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic12.cpp: In function ‘int32_t main()’:
platonic12.cpp:21:23: error: too few arguments to function ‘bool f(long long int, long long int, long long int, long long int)’
21 | if (f(length, n, ans)) ans++;
| ^
platonic12.cpp:4:6: note: declared here
4 | bool f(int total, int length, int n, int ans) {
| ^
platonic12.cpp:25:24: error: too few arguments to function ‘bool f(long long int, long long int, long long int, long long int)’
25 | if (f(length, n, ans)) ans++;
| ^
platonic12.cpp:4:6: note: declared here
4 | bool f(int total, int length, int n, int ans) {
| ^