Problem | square_ioi |
---|---|
User | bron |
Submission Time | 2022-12-30 11:24:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp:5:4: error: ambiguating new declaration of ‘long long int findMaxSquare(int (*)[1000], int)’
5 | ll findMaxSquare(int material[SIZE][SIZE], int materialSize)
| ^~~~~~~~~~~~~
In file included from square_ioi.cpp:2:
square_ioi.h:6:5: note: old declaration ‘int findMaxSquare(int (*)[1000], int)’
6 | int findMaxSquare(int material[SIZE][SIZE], int materialSize);
| ^~~~~~~~~~~~~