Loading...
Submission
# When Author Problem Language CPU Memory
18860 2024-04-24 14:56:06 ewu_intra24u_39 Python-OYP-001 - Welcome to Python Programming Camp Python 3 16 ms 8524 kb Runtime Error - 1
Test Cases
# CPU Memory Points
1 16 ms 8524 kb 0 Runtime Error
2 0 ms 0 kb 0 Skipped
Source Code
  1. #include <stdio.h>
  2. int main ()
  3. {
  4. printf("Welcome to Python Programming Camp\nOne Year Programming\nCoderOJ");
  5. }
  6.