쿠키의 신체 측정

· 백준
코드#include #include #include #include #include #include #include #include #include using namespace std;int n, lh, rh, rl, ll, body;string s;char a[1003][1003];pair head = { -1, -1 };pair heart = { -1, -1 };pair b;void FASTIO() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);}int main() { FASTIO(); cin >> n; for (int i = 0; i > s; for (int j = 0; j 풀이머리의 위치를 찾아주면, 구현을 통해서 쉽게 해결..