Skip to content

백준 풀이 코드와 결과를 JSON 으로 서버로 전송하는 Chrome Extension

Notifications You must be signed in to change notification settings

zzoe2346/BaekjoonLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BaekjoonLog

간단 설명

  1. 백준에서 본인의 풀이 코드를 넣어서 제출하고 채점 결과가 나온다.
  2. 아래의 jsonbody로 하여 미리 지정해둔 서버로 POST HTTP 요청을 보낸다.
{
  "code": "1234\n",
  "submissionId": "88129297",
  "baekjoonId": "jwc5068",
  "problemNumber": "5073",
  "problemTitle": "삼각형과 세 변",
  "resultText": "컴파일 에러",
  "memory": "",
  "time": "",
  "language": "C++17 / 수정",
  "codeLength": "4",
  "submittedAt": "2025-01-03T15:50:50"
}

About

백준 풀이 코드와 결과를 JSON 으로 서버로 전송하는 Chrome Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published