prog3r

funny

Jul 14th, 2025
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. signed main() {
  4.     vector<function<void(const vector<vector<int>>)>> f = {
  5.             [&] (const vector<vector<int>>& v) -> void {
  6.  
  7.             }
  8.     };
  9. }
Advertisement
Add Comment
Please, Sign In to add comment