Problem | snacks |
---|---|
User | Franstin |
Submission Time | 2025-02-25 22:30:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snacks.cpp:39:22: error: stray ‘#’ in program
39 | sum += x * value;#include <iostream>
| ^
snacks.cpp: In function ‘int main()’:
snacks.cpp:39:23: error: ‘include’ was not declared in this scope
39 | sum += x * value;#include <iostream>
| ^~~~~~~
snacks.cpp:39:40: error: expected primary-expression before ‘>’ token
39 | sum += x * value;#include <iostream>
| ^
snacks.cpp:42:1: error: expected primary-expression before ‘using’
42 | using namespace std;
| ^~~~~
snacks.cpp:44:12: error: a function-definition is not allowed here before ‘{’ token
44 | int main() {
| ^
snacks.cpp: At global scope:
snacks.cpp:109:5: error: expected unqualified-id before ‘return’
109 | return 0;
| ^~~~~~
snacks.cpp:110:1: error: expected declaration before ‘}’ token<