Problem | exam |
---|---|
User | Shuqing314 |
Submission Time | 2025-02-15 09:59:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:6: error: expected ‘;’ before ‘cin’
13 | B=5
| ^
| ;
14 | cin >> A >> B;
| ~~~