diff --git a/FRONTEND_V2/src/components/ProblemExample.jsx b/FRONTEND_V2/src/components/ProblemExample.jsx index bbe35e0..9929e9d 100644 --- a/FRONTEND_V2/src/components/ProblemExample.jsx +++ b/FRONTEND_V2/src/components/ProblemExample.jsx @@ -11,11 +11,15 @@ const ProblemExample = ({in_data, out_data}) => { - {in_data} +
+ {in_data} +
Выходные данные
- {out_data} +
+ {out_data} +
);