Problem plantingpotatoes2
User cjcube
Submission Time 2024-11-27 09:14:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

plantingpotatoes2.cpp:2:20: error: stray ‘#’ in program
2 | using namespace std#include <bits/stdc++.h>
| ^
plantingpotatoes2.cpp:2:20: error: expected ‘;’ before ‘include’
2 | using namespace std#include <bits/stdc++.h>
| ^~~~~~~~
| ;
plantingpotatoes2.cpp:2:21: error: ‘include’ does not name a type
2 | using namespace std#include <bits/stdc++.h>
| ^~~~~~~
plantingpotatoes2.cpp:20:5: error: redefinition of ‘int main()’
20 | int main() {
| ^~~~
plantingpotatoes2.cpp:5:5: note: ‘int main()’ previously defined here
5 | int main() {
| ^~~~