Problem | sherlockgraph |
---|---|
User | reporter |
Submission Time | 2022-12-24 11:11:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sherlockgraph.cpp: In function ‘int main()’:
sherlockgraph.cpp:127:7: error: ‘n’ was not declared in this scope
127 | if (n <= 100 && m <= 100){
| ^
sherlockgraph.cpp:127:19: error: ‘m’ was not declared in this scope
127 | if (n <= 100 && m <= 100){
| ^
sherlockgraph.cpp:128:6: error: ‘q’ was not declared in this scope
128 | if (q <= 100) return 34;
| ^
sherlockgraph.cpp:131:7: error: ‘n’ was not declared in this scope
131 | if (n <= 1000 && m <= 1000){
| ^
sherlockgraph.cpp:131:20: error: ‘m’ was not declared in this scope
131 | if (n <= 1000 && m <= 1000){
| ^
sherlockgraph.cpp:132:9: error: ‘q’ was not declared in this scope
132 | if (q <= 1000) return 56;
| ^