Problem | dayum |
---|---|
User | isntsword |
Submission Time | 2025-06-20 13:14:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:6:8: error: expected unqualified-id before numeric constant
6 | int 160 = 1;
| ^~~
dayum.cpp:7:8: error: expected unqualified-id before numeric constant
7 | int 170 = 2;
| ^~~
dayum.cpp:8:8: error: expected unqualified-id before numeric constant
8 | int 180 = 3;
| ^~~
dayum.cpp:9:8: error: expected unqualified-id before numeric constant
9 | int 190 = 4;
| ^~~
dayum.cpp:10:8: error: expected unqualified-id before numeric constant
10 | int 200 = 5;
| ^~~
dayum.cpp:11:13: error: no match for ‘operator>>’ (operand types are ‘std::basic_istream<char>::__istream_type’ {aka ‘std::basic_istream<char>’} and ‘int’)
11 | cin >> e >> 16 >> 17 >> 18 >> 19 >> 20;
| ~~~~~~~~ ^~ ~~
| | |
| | in