Submission #743152

#TimeUsernameProblemLanguageResultExecution timeMemory
743152vjudge1Lightning Rod (NOI18_lightningrod)C++17
Compilation error
0 ms0 KiB
#include <iostream>
#include <unordered_map>
using namespace std;

inline void read(long long &x)
{
    x = 0;
    char ch = getchar_unlocked();
    while (ch & 16)
    {
        x = (x << 3) + (x << 1) + (ch & 15);
        ch = getchar_unlocked();
    }
}

int main ()
{
    unordered_map<int,int> m;
    long long n, a, b, sum = 0;
    read(n);
    for(long long i = 0;i < n;++i)
    {
        read(a);
        read(b);
        if(ma[a] == 0)
        {
            ma[a] = 1;
            sum++;
        }
    }
    cout << sum;
}

Compilation message (stderr)

lightningrod.cpp: In function 'int main()':
lightningrod.cpp:25:12: error: 'ma' was not declared in this scope; did you mean 'a'?
   25 |         if(ma[a] == 0)
      |            ^~
      |            a