🔗문제 풀러가기 단계별로 풀어보기 단계 10의 1번째 문제이다.
#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; cout << a * b; }
못하면 바보