| Problem | spreadsheet |
|---|---|
| User | AliLam |
| Submission Time | 2025-06-19 13:23:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
spreadsheet.cpp: In function ‘int main()’:
spreadsheet.cpp:9:7: error: declaration does not declare anything [-fpermissive]
9 | long int;
| ^~~
spreadsheet.cpp:10:5: error: expected ‘;’ before ‘K’
10 | abs K;
| ^~
| ;
spreadsheet.cpp:10:7: error: statement cannot resolve address of overloaded function
10 | abs K;
| ^
spreadsheet.cpp:11:10: error: lvalue required as left operand of assignment
11 | if (K%P=0) {
| ^
spreadsheet.cpp:12:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
12 | ans = K/P;
| ^~~
| abs
spreadsheet.cpp:15:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
15 | ans = K/P + 1;
| ^~~
| abs
spreadsheet.cpp:17:6: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
17 | if (ans <= N) {
| ^~~
| abs
spre