Problem | eatingparallelograms |
---|---|
User | Codecrusher1234 |
Submission Time | 2025-06-20 13:51:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin >> a;
| ^~~
eatingparallelograms.cpp:11:5: error: ‘cout’ was not declared in this scope
11 | cout << b;
| ^~~~