Problem | ballot |
---|---|
User | John |
Submission Time | 2025-03-10 07:57:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ballot.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
ballot.cpp: In function ‘int main()’:
ballot.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout << 2 << "\n" << 1 << "\n" << 3;
| ^~~~
ballot.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inlcude <bits/stdc++.h>