| Problem | minimum | 
|---|---|
| User | Anonymous35V | 
| Submission Time | 2023-11-09 09:36:56 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 minimum.cpp: In function ‘int main()’:
minimum.cpp:8:6: error: expected ‘(’ before ‘int’
    8 |  for int i = 0; i < 10 000 000; i++)}
      |      ^~~
      |      (
minimum.cpp:8:23: error: expected ‘;’ before numeric constant
    8 |  for int i = 0; i < 10 000 000; i++)}
      |                       ^~~~
      |                       ;
minimum.cpp:8:27: error: expected ‘)’ before numeric constant
    8 |  for int i = 0; i < 10 000 000; i++)}
      |      ~~~                  ^~~~
      |                           )
minimum.cpp:8:36: error: expected ‘;’ before ‘)’ token
    8 |  for int i = 0; i < 10 000 000; i++)}
      |                                    ^
      |                                    ;
minimum.cpp: At global scope:
minimum.cpp:10:1: error: expected unqualified-id before ‘{’ token
   10 | {
      | ^