| Problem | exponentiate |
|---|---|
| User | P55D2K |
| Submission Time | 2023-04-25 14:00:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:10:19: error: two or more data types in declaration of ‘a’
10 | double double a, b, m;
| ^
exponentiate.cpp:10:22: error: two or more data types in declaration of ‘b’
10 | double double a, b, m;
| ^
exponentiate.cpp:10:25: error: two or more data types in declaration of ‘m’
10 | double double a, b, m;
| ^
exponentiate.cpp:12:16: error: ‘a’ was not declared in this scope
12 | cin >> a >> b >> m;
| ^
exponentiate.cpp:12:21: error: ‘b’ was not declared in this scope
12 | cin >> a >> b >> m;
| ^
exponentiate.cpp:12:26: error: ‘m’ was not declared in this scope
12 | cin >> a >> b >> m;
| ^