| Problem | add1_easy |
|---|---|
| User | thatlycheeoolongdrink |
| Submission Time | 2024-04-01 10:07:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
add1_easy.cpp:10:5: error: redefinition of ‘int sendjame(int)’
10 | int sendjame(int b) {
| ^~~~~~~~
add1_easy.cpp:4:5: note: ‘int sendjame(int)’ previously defined here
4 | int sendjame(int a) {
| ^~~~~~~~