Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C++ by kkk ( 15 years ago )
#include <iostream>
using namespace std;
int a[100][100];
int n;
int x,y;
__int64 money;
int main()
{
cin >> n;
for (long i=0; i<n; i++)
{
cin >> x >> y;
cin >> a[x][y];
}
cout << money;
}
Revise this Paste