| Problem | prime | 
|---|---|
| User | joshua2152 | 
| Submission Time | 2023-04-21 14:16:26 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 prime.cpp: In function ‘int main()’:
prime.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
    8 |  for (long long x = 2; x < hn; x++) {
      |  ^~~
prime.cpp:8:24: error: ‘x’ was not declared in this scope
    8 |  for (long long x = 2; x < hn; x++) {
      |                        ^