Problem | change |
---|---|
User | IWKR |
Submission Time | 2023-03-13 19:01:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
change.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
change.cpp: In function ‘int main()’:
change.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^~~
change.cpp:44:9: error: ‘cout’ was not declared in this scope
44 | cout << -1;
| ^~~~
change.cpp:46:9: error: ‘cout’ was not declared in this scope
46 | cout << five << " " << ten << " " << twenty << " " << fifty << " " << five + ten + twenty + fifty;
| ^~~~