| Problem | permutationgrid | 
|---|---|
| User | KL | 
| Submission Time | 2024-12-07 09:53:38 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 permutationgrid.cpp: In function ‘int main()’:
permutationgrid.cpp:14:6: error: ‘class std::vector<std::vector<long long int> >’ has no member named ‘push’
   14 |    C.push({k, i, j});
      |      ^~~~
permutationgrid.cpp:23:10: error: expected primary-expression before ‘,’ token
   23 |    cout <, "YES";
      |          ^