Problem | diamond |
---|---|
User | Dam |
Submission Time | 2023-02-10 10:46:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
diamond.cpp:14:2: error: stray ‘#’ in program
14 | }#include <bits/stdc++.h>
| ^
diamond.cpp:14:3: error: ‘include’ does not name a type
14 | }#include <bits/stdc++.h>
| ^~~~~~~
diamond.cpp:17:6: error: redefinition of ‘void cout_star(int)’
17 | void cout_star(int n){
| ^~~~~~~~~
diamond.cpp:4:6: note: ‘void cout_star(int)’ previously defined here
4 | void cout_star(int n){
| ^~~~~~~~~
diamond.cpp:23:6: error: redefinition of ‘void cout_space(int)’
23 | void cout_space(int n){
| ^~~~~~~~~~
diamond.cpp:10:6: note: ‘void cout_space(int)’ previously defined here
10 | void cout_space(int n){
| ^~~~~~~~~~
diamond.cpp:57:5: error: redefinition of ‘int main()’
57 | int main(){
| ^~~~
diamond.cpp:29:5: note: ‘int main()’ previously defined here
29 | int main(){
| ^~~~