/ SeriousOJ /

Record Detail

Compile Error

foo.c:2:1: error: expected ',' or ';' before 'while'
    2 | while True:
      | ^~~~~

Code

i=1
while True:
    print("I Love Python")
    i=i+1

Information

Submit By
Type
Submission
Problem
P1018 Show your dedication
Contest
Brain booster - 1
Language
C99 (GCC 13.2.0)
Submit At
2023-12-31 13:45:38
Judged At
2024-10-03 14:06:30
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes