Problem | psle |
---|---|
User | winithepooh23 |
Submission Time | 2024-06-24 14:35:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:4:9: error: ‘a’ was not declared in this scope
4 | cin >> a, b, c <=100;
| ^
psle.cpp:4:12: error: ‘b’ was not declared in this scope
4 | cin >> a, b, c <=100;
| ^
psle.cpp:4:15: error: ‘c’ was not declared in this scope
4 | cin >> a, b, c <=100;
| ^
psle.cpp:5:6: error: expected ‘(’ before ‘cin’
5 | if cin a=90 {
| ^~~
| (
psle.cpp:8:8: error: expected ‘(’ before ‘cin’
8 | if cin b= 63 {
| ^~~
| (
psle.cpp:11:5: error: expected ‘(’ before ‘cin’
11 | if cin c=50 {
| ^~~
| (