Problem | ippt |
---|---|
User | Cat |
Submission Time | 2025-02-26 16:21:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:12:17: error: expected primary-expression before ‘>’ token
12 | if ( a + b+ c => 85){
| ^
ippt.cpp:18:22: error: expected ‘;’ before ‘}’ token
18 | else{ cout << "FAIL"}
| ^
| ;