Problem | candies |
---|---|
User | AlphanumericUsername |
Submission Time | 2023-08-30 16:22:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
candies.cpp: In function ‘int32_t main()’:
candies.cpp:80:16: error: too few arguments to function ‘void fastscan(long long int&)’
80 | n = fastscan();
| ^
candies.cpp:58:6: note: declared here
58 | void fastscan(int &number)
| ^~~~~~~~
candies.cpp:87:18: error: too few arguments to function ‘void fastscan(long long int&)’
87 | a = fastscan();
| ^
candies.cpp:58:6: note: declared here
58 | void fastscan(int &number)
| ^~~~~~~~
candies.cpp:88:17: error: too few arguments to function ‘void fastscan(long long int&)’
88 | b = fastscan();
| ^
candies.cpp:58:6: note: declared here
58 | void fastscan(int &number)
| ^~~~~~~~