Problem | weddingcoins |
---|---|
User | helloworld |
Submission Time | 2023-08-11 09:47:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp:1:1: error: ‘include’ does not name a type
1 | include<bits/stdc++.h>
| ^~~~~~~
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin>>n;
| ^~~
weddingcoins.cpp:20:2: error: ‘cout’ was not declared in this scope
20 | cout<<a+b+c+d+e+f+g+h+i+j+k+l+m;
| ^~~~