Problem | buycomputer |
---|---|
User | Student101 |
Submission Time | 2025-01-08 08:34:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
buycomputer.cpp:17:1: error: stray ‘`’ in program
17 | ```cpp
| ^
buycomputer.cpp:17:2: error: stray ‘`’ in program
17 | ```cpp
| ^
buycomputer.cpp:17:3: error: stray ‘`’ in program
17 | ```cpp
| ^
buycomputer.cpp: In function ‘int main()’:
buycomputer.cpp:17:4: error: ‘cpp’ was not declared in this scope
17 | ```cpp
| ^~~
buycomputer.cpp:17:7: error: expected ‘;’ before ‘using’
17 | ```cpp
| ^
| ;
18 | #include <bits/stdc++.h>
19 | using namespace std;
| ~~~~~
buycomputer.cpp:19:1: error: expected primary-expression before ‘using’
19 | using namespace std;
| ^~~~~
buycomputer.cpp:17:7: error: expected ‘)’ before ‘using’
17 | ```cpp
| ^
| )
18 | #include <bits/stdc++.h>
19 | using namespace std;
| ~~~~~
buycomputer.cpp:15:9: note: to match this ‘(’