'원자소멸' 태그의 글 목록
[모의 SW 역량테스트] 원자 소멸 시뮬레이션
#include #include #include #include using namespace std; int ret; int dy[] = { 1,-1,0,0 }; int dx[] = { 0,0,-1,1 }; struct Data { int y, x, dir, k; }; bool cmp(Data a, Data b) { if (a.y == b.y)return a.x 2000 || v[idx].x 2000)return true; else return false; } void move() { for (int ..
2019. 12. 20.