0_0_36895031_11455.c:1:1: error: expected identifier or '(' before '/' token
// #include <iostream>
^
0_0_36895031_11455.c:1:4: error: stray '#' in program
// #include <iostream>
^
0_0_36895031_11455.c:2:4: error: stray '#' in program
// #include <cstring>
^
0_0_36895031_11455.c:3:4: error: stray '#' in program
// #include <cmath>
^
0_0_36895031_11455.c:4:4: error: stray '#' in program
// #include <algorithm>
^
0_0_36895031_11455.c:5:24: fatal error: bits\stdc++.h: No such file or directory
#include<bits\stdc++.h>
^
compilation terminated.
|