| Problem | crypto |
|---|---|
| User | PrunJuice |
| Submission Time | 2025-03-14 22:47:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
crypto.cpp: In function ‘int main()’:
crypto.cpp:32:61: error: expected ‘)’ before ‘{’ token
32 | else if (Crypto[0] < Crypto[1] && Crypto[1] < Crypto[2]{
| ~ ^
| )
crypto.cpp:45:5: error: expected primary-expression before ‘}’ token
45 | }
| ^