mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 11:09:48 +08:00
Don't use bits/stdc++.h
This commit is contained in:
@@ -18,7 +18,7 @@ Steps for Matrix Expo
|
||||
The first element of this matrix is the required result.
|
||||
*/
|
||||
|
||||
#include <bits/stdc++.h>
|
||||
#include <iostream>
|
||||
using std::cin;
|
||||
using std::cout;
|
||||
using std::vector;
|
||||
|
||||
Reference in New Issue
Block a user