Problem | eatingparallelograms |
---|---|
User | mentcletan |
Submission Time | 2025-06-22 11:47:13 |
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:4:9: error: ‘pair’ does not name a type
4 | typedef pair<ll,ll> pll;
| ^~~~
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:6:8: error: ‘cin’ was not declared in this scope
6 | ll n; cin>>n;
| ^~~
eatingparallelograms.cpp:11:2: error: ‘map’ was not declared in this scope
11 | map<ll,ll>mp;
| ^~~
eatingparallelograms.cpp:11:8: error: expected primary-expression before ‘,’ token
11 | map<ll,ll>mp;
| ^
eatingparallelograms.cpp:11:11: error: expected primary-expression before ‘>’ token
11 | map<ll,ll>mp;
| ^
eatingparallelograms.cpp:11:12: error: ‘mp’ was not declared in this scope; did you mean ‘p’?
11 | map<ll,ll>mp;
|