#include #include "bias.h" #include "weight.h" using std::cout; using std::endl; int main(int argc, char const *argv[]) { cout << weight6[128] << bia3[0] << endl; return 0; }