0_0_37735329_9913.cpp: In function 'void solve()':
0_0_37735329_9913.cpp:99:18: error: 'a' was not declared in this scope
cin>>a>>b>>c;
^
0_0_37735329_9913.cpp:99:21: error: 'b' was not declared in this scope
cin>>a>>b>>c;
^
0_0_37735329_9913.cpp:99:24: error: 'c' was not declared in this scope
cin>>a>>b>>c;
^
|