• DSLAB
  • Home
  • Problems
  • Submissions
  • Users
  • Contests
  • About
    • Status
Log in  or  Sign up

  • Blog
  • Events

News

Kor <=> En

posted on Sept. 18, 2022, 8:24 a.m. 0
  • 본 사이트의 콘텐츠를 한국어로 변환하고 싶은 경우 사이트 하단에서 언어를 한국어 (ko)로 선택해주세요.

  • If you want to see English content in this site, please change the languange to English (en) at the bottom of this site.

How to use?

admin posted on Sept. 18, 2022, 8:16 a.m. 0
  • 본 수업에 외국인 학생이 있어 중간중간 영어 설명이 들어간 부분은 양해 바랍니다.

회원 가입 (Registeration)

오른쪽 상단의 Sign Up을 클릭하면 아래와 같은 입력 폼이 나옵니다. (If you click Sign Up at the top-right, you can see the following input form)

아래 사항을 유의하여 정보를 입력해 회원 가입을 해주세요. (Please join this site after entering the following information)

  • 사용자 이름에 학번을 입력합니다 (채점시 개인식별을 위함이니 반드시 학번으로 입력해주세요).
    • You MUST enter your Student ID at Username.
  • 이메일은 인증을 위해서 사용되니 인증 가능한 이메일을 입력해주세요.
    • Your email address is used for activating you; thus, you should enter your available email.
  • Affiliated organizations은 선택하지 않아도 됩니다.
    • You do not need to select the affiliated organizations.

Register 버튼을 클릭하면 입력한 메일로 인증 요청 메일이 전송됩니다. 해당 메일에서 인증하면 계정이 활성화됩니다. (If you click Register button, an email will be sent to you via the entered address. You need to activate it to use this site.)

테스트 하기 (Test a problem)

사이트 사용법을 익히기 위해서 테스트를 해봅시다. 상단의 PROBLEMS를 클릭하면 A Plus B문제를 클릭할 수 있습니다. 해당 문제의 코드를 제출하기 위해서 오른쪽의 Submit solution버튼을 클릭해주세요. (Let's do a test to be familar with using this site. If you click PROBLEMS at the top, you can see the problem called A plus B. Please click Submit solution button to sumit your code for the problem.)

아래 코드를 복사해서 제출해보세요. (Submit the following code for the test.)

#include <iostream>
using namespace std;

int main(){
    int n, a, b;
    cin >> n;
    for(int i = 0; i < n; i++){
        cin >> a >> b;
        cout << a + b << endl;
    }
    return 0;
}
  • 코드 입력창 아래에 원하는 프로그래밍 언어(버전)을 선택할 수 있습니다 (C++ 권장).
    • You can select a programming language that you want (C++ is recommended).

숙제 입장하기 (How to enter homework)

상단의 CONTESTS를 클릭하면 현재 진행중인 숙제가 나옵니다. 해당 숙제를 클릭하고, 왼쪽 상단의 Join contest를 클릭하면 확인창이 뜨고 접근 코드 (access code)를 입력하는 페이지가 나옵니다. (If you click CONTESTS, you can check the current homework. If you click a homework, and click Join contest button, then you will see a page that you should enter an access code.)

접근 코드는 CLASSUM에 공지됩니다. 그러면 현재 Contest 모드로 전환된 것입니다. 숙제의 문제는 상단의 PROBLEMS를 클릭하면 확인 할 수 있습니다. 각 문제에 들어가서 문제의 요구에 맞게 풀면 됩니다. (The access code will be announced at CLASSUM. After joining the homework, your mode of this site is Contest mode. If you click PROBLEMS at the top, then now you can check the problems of this homework. Solve each problem after carefully reading it.)

Comment stream

RSS / Atom

New problems

  • A Plus B
RSS / Atom

proudly powered by DMOJ |