Problem | diamond |
---|---|
User | AlphanumericUsername |
Submission Time | 2024-02-14 16:35:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
diamond.cpp:22:15: error: missing terminating " character
22 | cout<<"/n
| ^~~
diamond.cpp: In function ‘int main()’:
diamond.cpp:4:5: error: ‘longlong’ was not declared in this scope
4 | longlong n;
| ^~~~~~~~
diamond.cpp:5:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | cin>>n;
| ^
| yn
diamond.cpp:23:5: error: expected primary-expression before ‘}’ token
23 | }
| ^