Skip to content

Commit ee1b4bc

Browse files
committed
fix: update task files
1 parent a3c7818 commit ee1b4bc

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22

3-
#include <string>
4-
#include <tuple>
3+
54
#include <vector>
65

76
#include "task/include/task.hpp"
@@ -10,7 +9,7 @@ namespace nazyrov_a_a_vector_avg {
109

1110
using InType = std::vector<int>;
1211
using OutType = double;
13-
using TestType = std::tuple<int, std::string>;
1412
using BaseTask = ppc::task::Task<InType, OutType>;
1513

16-
} // namespace nazyrov_a_a_vector_avg
14+
15+
} // namespace nazyrov_a_a_vector_avg
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"student": {
3-
"full_name": "full_name_p",
4-
"group_number": "2222222_p",
3+
"full_name": "Nazyrov A.A.",
4+
"group_number": "3823B1PR4",
55
"task_number": "1"
66
}
7-
}
7+
}

tasks/nazyrov_a_a_vector_avg/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"seq": "enabled"
55
},
66
"tasks_type": "processes"
7-
}
7+
}

0 commit comments

Comments
 (0)