Problem | sumint |
---|---|
User | Rndm123 |
Submission Time | 2023-03-17 10:10:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:11:14: error: expected ‘}’ at end of input
11 | std::cout<<s;
| ^
sumint.cpp:7:29: note: to match this ‘{’
7 | for (int x = 0; x < d; x++){
| ^
sumint.cpp:11:14: error: expected ‘}’ at end of input
11 | std::cout<<s;
| ^
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^