Skip to content

Instantly share code, notes, and snippets.

@siddhant3s
Created October 1, 2010 17:52
Show Gist options
  • Save siddhant3s/606575 to your computer and use it in GitHub Desktop.
Save siddhant3s/606575 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <cmath>
using namespace std;
int main() {
int x_max= ,y_max= ;
float V[x_max][y_max];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment