Search found 2 matches

by hrkns
Sun Jan 25, 2015 3:41 pm
Forum: Volume 5 (500-599)
Topic: 512 - Spreadsheet Tracking
Replies: 0
Views: 2302

Re: 512 - Spreadsheet Tracking

.. well, i don't know the reason of WA for this code, can somebody helps?

#include<iostream>
#include<vector>

using namespace std;

typedef struct
{
int i, j;
}item;

int main()
{
int n, m, o, x = 1, z, val;
int x1, y1, x2, y2;
string s;
do
{
cin >> n >> m;
if(n!=0&&m!=0)
{
if(x>1)cout ...
by hrkns
Sun Jan 25, 2015 3:34 pm
Forum: Volume 101 (10100-10199)
Topic: 10145 - Lock Manager
Replies: 9
Views: 5813

Re: 10145 - Lock Manager

can somebody helps? i don't know why i'm getting WA, this is the code

#include<iostream>
#include<vector>
#include<algorithm>
#include<map>
#include<iomanip>
#include<utility>
#include<set>

using namespace std;

typedef struct
{
char mode;
set<string> trids;
}thing;

typedef unsigned long long ...

Go to advanced search