기초코드작성요령II

#include using namespace std; int main(){ ios::sync_with_stdio(0); cin.tie(0); int n, a, b; cin >> n; while(n--){ cin >> a >> b; cout
#include using namespace std; int main(){ ios::sync_with_stdio(0); cin.tie(0); cout
#include using namespace std; int main() { ios::sync_with_stdio(0); cin.tie(0); int a, b; cin >> a >> b; cout
Roble
'기초코드작성요령II' 태그의 글 목록