| Task: | Backpacking |
| Sender: | aalto26am_033 |
| Submission time: | 2026-08-31 16:36:22 +0300 |
| Language: | Scala |
| Status: | COMPILE ERROR |
Compiler report
input/Week1.scala:1: error: expected class or object definition def Backpacking(A:Int,B:Int): Int = A+B ^ one error found
Code
def Backpacking(A:Int,B:Int): Int = A+B
