Problem | veryeasyproblem |
---|---|
User | Fet |
Submission Time | 2024-11-08 14:51:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:6:8: error: expected ‘;’ before ‘cout’
6 | cin>>a
| ^
| ;
7 | cout>>a
| ~~~~
veryeasyproblem.cpp:7:8: error: expected ‘}’ at end of input
7 | cout>>a
| ^
veryeasyproblem.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^