Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(be): implement feature of judging in java #2323

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gyunseo
Copy link
Contributor

@gyunseo gyunseo commented Jan 22, 2025

Description

Additional context


Before submitting the PR, please make sure you do the following

Demo 방법

도커(docker file을 수정했습니다)를 새로 빌드하고,

cd apps/iris/
sudo -E go run main.go

http://localhost:15672/#/queues/vh/client.q.judge.submission로 접속하기.

properties
message_id: '1'
type: judge

payload:

{
  "problemId": 1,
  "code": "import java.util.Scanner;\n\npublic class Main {\n    public static void main(String[] args) {\n        Scanner sc = new Scanner(System.in);\n        int a = sc.nextInt();\n        int b = sc.nextInt();\n        System.out.println(a + b);\n    }\n}",
  "language": "Java",
  "timeLimit": 1000,
  "memoryLimit": 268435456
}

publish하고 irisi에서 제대로 채점되는지 watch하면 됩니다.

@coolify-skkuding
Copy link

coolify-skkuding bot commented Jan 22, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-01-22 11:41:26 CET

@gyunseo gyunseo changed the title feat(be)1158 judge in java feat(be): implement feature of judging in java Jan 22, 2025
@gyunseo gyunseo self-assigned this Jan 22, 2025
@gyunseo gyunseo requested a review from Jaehyeon1020 January 22, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant