비스 안깔린 컴에 가볍게 데브씨 깔아서 하려는데
걍 처음부터 컴파일이 안되네여??
#include <iostream>
using namespace std;
int H, W;
cin >> H >> W;
int **mtx;
mtx = new int*[H];
for (int i = 0; i < H; i++)
{
mtx[i] = new int[W];
}
7 1 C:\Users\developer\Desktop\이름없음1.cpp [Error] 'cin' does not name a type
11 1 C:\Users\developer\Desktop\이름없음1.cpp [Error] 'mtx' does not name a type
13 1 C:\Users\developer\Desktop\이름없음1.cpp [Error] expected unqualified-id before 'for'
13 17 C:\Users\developer\Desktop\이름없음1.cpp [Error] 'i' does not name a type
뭐 설정해줄게 있었나요?? 얜 그냥 바로 하면 되는걸로 아는데;;
정신줄놓지마
아
이 한마디에 정신차렸습니다 진짜 미친놈이네여 감사
파이썬 하다가 씨쁠쁠하니까 아 시바 아 아