summaryrefslogtreecommitdiff
path: root/algorithms/parse_bracketed.input
blob: 5a2973f437af88f8f2ca1a8cbb02231b7a7b65b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
answer(city(loc_2(stateid('virginia'))))
answer(high_point_1(state(next_to_2(stateid('mississippi')))))
answer(river(loc_2(stateid('arkansas'))))
answer(river(loc_2(stateid('colorado'))))
answer(capital(loc_2(stateid('texas'))))
answer(highest(place(loc_2(state(stateid('oregon'))))))
answer(count(state(low_point_2(lower_2(low_point_1(stateid('alabama')))))))
answer(state(loc_2(countryid('usa'))))
answer(city(loc_2(stateid('texas'))))
answer(city(loc_2(countryid('usa'))))
answer(city(loc_2(stateid('virginia'))))
answer(city(loc_2(stateid('texas'))))
answer(lake(loc_2(stateid('california'))))
answer(largest(state(all)))
answer(longest(river(traverse_2(countryid('usa')))))
answer(count(river(loc_2(stateid('california')))))
answer(state(next_to_2(stateid('utah'))))
answer(size(stateid('alaska')))
answer(size(stateid('massachusetts')))
answer(size(stateid('new mexico')))
answer(size(stateid('north dakota')))
answer(size(stateid('texas')))
answer(size(city(cityid('new york', _))))
answer(elevation_1(highest(place(loc_2(state(all))))))
answer(elevation_1(placeid('guadalupe peak')))
answer(elevation_1(placeid('mount mckinley')))
answer(elevation_1(highest(place(loc_2(countryid('usa'))))))
answer(elevation_1(highest(place(loc_2(stateid('montana'))))))
answer(elevation_1(highest(place(loc_2(largest(state(all)))))))
answer(elevation_1(highest(place(loc_2(stateid('alabama'))))))
answer(elevation_1(highest(place(loc_2(stateid('delaware'))))))
answer(elevation_1(highest(place(loc_2(stateid('florida'))))))
answer(elevation_1(highest(place(loc_2(stateid('louisiana'))))))
answer(size(stateid('alaska')))
answer(size(stateid('texas')))
answer(size(largest(city(loc_2(stateid('alaska'))))))
answer(len(riverid('rio grande')))
answer(len(river(riverid('colorado'))))
answer(len(river(riverid('delaware'))))
answer(len(longest(river(loc_2(stateid('california'))))))
answer(len(longest(river(loc_2(countryid('usa'))))))
answer(len(riverid('mississippi')))
answer(len(river(riverid('mississippi'))))
answer(len(river(riverid('mississippi'))))
answer(len(river(riverid('missouri'))))
answer(len(river(riverid('north platte'))))
answer(len(river(riverid('ohio'))))
answer(len(river(riverid('rio grande'))))
answer(len(shortest(river(loc_2(countryid('usa'))))))
answer(count(major(city(loc_2(stateid('pennsylvania'))))))
answer(count(capital(loc_2(stateid('rhode island')))))
answer(count(city(loc_2(stateid('louisiana')))))
answer(count(city(loc_2(stateid('montana')))))
answer(count(city(loc_2(countryid('usa')))))
answer(count(city(loc_2(countryid('usa')))))
answer(count(city(loc_2(countryid('usa')))))
answer(count(city(loc_2(countryid('usa')))))
answer(count(city(loc_2(stateid('texas')))))
answer(count(city(loc_2(countryid('usa')))))
answer(count(intersection(city(cityid('austin', _)), loc_2(countryid('usa')))))
answer(population_1(largest(city(all))))
answer(population_1(stateid('alabama')))
answer(population_1(cityid('boulder', _)))
answer(population_1(stateid('california')))
answer(count(river(riverid('colorado'))))
answer(population_1(cityid('montgomery', _)))
answer(count(major(city(loc_2(stateid('arizona'))))))
answer(count(major(city(loc_2(stateid('florida'))))))
answer(count(major(city(loc_2(state(next_to_2(stateid('nebraska'))))))))
answer(count(major(city(loc_2(state(next_to_2(stateid('utah'))))))))
answer(count(major(city(loc_2(stateid('texas'))))))
answer(count(major(city(all))))
answer(count(major(city(loc_2(stateid('oregon'))))))
answer(count(major(river(traverse_2(stateid('ohio'))))))
answer(population_1(state(stateid('nevada'))))
answer(population_1(stateid('iowa')))
answer(population_1(stateid('new york')))
answer(population_1(cityid('boulder', _)))
answer(population_1(cityid('austin', _)))
answer(population_1(cityid('austin', 'tx')))
answer(population_1(stateid('california')))
answer(population_1(cityid('chicago', _)))
answer(population_1(cityid('detroit', _)))
answer(population_1(stateid('hawaii')))
answer(population_1(cityid('houston', _)))
answer(population_1(cityid('kalamazoo', _)))
answer(population_1(stateid('kansas')))
answer(population_1(cityid('minneapolis', 'mn')))
answer(population_1(stateid('mississippi')))
answer(population_1(stateid('montana')))
answer(population_1(stateid('new hampshire')))
answer(population_1(stateid('new mexico')))
answer(population_1(stateid('new york')))
answer(population_1(stateid('rhode island')))
answer(population_1(cityid('riverside', _)))
answer(population_1(cityid('san francisco', _)))
answer(population_1(stateid('south dakota')))
answer(population_1(cityid('spokane', 'wa')))
answer(population_1(stateid('texas')))
answer(population_1(largest(city(loc_2(state(stateid('new york')))))))
answer(population_1(capital(loc_2(stateid('georgia')))))
answer(population_1(capital(loc_2(stateid('texas')))))
answer(population_1(smallest(state(next_to_2(stateid('wyoming'))))))
answer(population_1(largest_one(density_1(state(all)))))
answer(population_1(countryid('usa')))
answer(population_1(stateid('washington')))
answer(population_1(cityid('washington', 'dc')))
answer(population_1(cityid('austin', _)))
answer(population_1(stateid('utah')))
answer(population_1(stateid('utah')))
answer(population_1(stateid('texas')))
answer(count(river(riverid('colorado'))))
answer(count(river(loc_2(stateid('colorado')))))
answer(count(river(loc_2(stateid('colorado')))))
answer(count(river(loc_2(stateid('iowa')))))
answer(count(river(loc_2(stateid('missouri')))))
answer(count(river(loc_2(stateid('new york')))))
answer(count(river(loc_2(most(state(loc_1(river(all))))))))
answer(count(river(loc_2(state(loc_1(highest(place(all))))))))
answer(count(river(loc_2(largest_one(population_1(state(all)))))))
answer(count(river(loc_2(stateid('idaho')))))
answer(count(river(loc_2(stateid('texas')))))
answer(count(river(loc_2(countryid('usa')))))
answer(count(exclude(river(all), traverse_2(state(loc_1(capital(cityid('albany', _))))))))
answer(count(river(loc_2(stateid('alaska')))))
answer(count(river(loc_2(stateid('colorado')))))
answer(count(intersection(river(loc_2(stateid('texas'))), longer(riverid('red')))))
answer(count(river(loc_2(stateid('washington')))))
answer(count(river(traverse_2(stateid('texas')))))
answer(count(river(traverse_2(state(next_to_2(stateid('colorado')))))))
answer(area_1(countryid('usa')))
answer(count(state(loc_2(countryid('usa')))))
answer(count(state(loc_2(countryid('usa')))))
answer(count(state(next_to_2(major(river(all))))))
answer(count(state(all)))
answer(count(state(loc_2(countryid('usa')))))
answer(count(state(loc_2(countryid('usa')))))
answer(count(state(next_to_2(stateid('alaska')))))
answer(count(state(next_to_2(state(all)))))
answer(count(state(intersection(next_to_2(stateid('colorado')), next_to_2(stateid('new mexico'))))))
answer(count(state(next_to_2(stateid('hawaii')))))
answer(count(state(next_to_2(stateid('iowa')))))
answer(count(state(next_to_2(state(loc_1(capital(cityid('boston', _))))))))
answer(count(state(next_to_2(stateid('tennessee')))))
answer(count(state(next_to_2(stateid('texas')))))
answer(count(state(next_to_2(largest(state(all))))))
answer(count(state(next_to_2(river(riverid('mississippi'))))))
answer(count(state(next_to_2(most(state(next_to_2(state(all))))))))
answer(count(state(next_to_2(largest_one(population_1(state(all)))))))
answer(count(exclude(state(all), loc_1(river(all)))))
answer(count(state(next_to_1(stateid('iowa')))))
answer(count(state(next_to_1(stateid('missouri')))))
answer(count(state(next_to_1(stateid('tennessee')))))
answer(count(state(traverse_1(river(riverid('colorado'))))))
answer(count(state(traverse_1(river(riverid('colorado'))))))
answer(count(state(traverse_1(river(riverid('mississippi'))))))
answer(count(state(traverse_1(riverid('mississippi')))))
answer(count(state(traverse_1(river(riverid('missouri'))))))
answer(count(state(loc_2(countryid('usa')))))
answer(count(state(loc_1(city(cityid('rochester', _))))))
answer(count(state(loc_1(city(cityid('springfield', _))))))
answer(count(state(loc_1(place(higher_2(highest(place(loc_2(state(loc_1(largest(capital(city(loc_2(countryid('usa'))))))))))))))))
answer(count(state(loc_1(city(cityid('austin', _))))))
answer(count(state(loc_1(city(cityid('springfield', _))))))
answer(count(state(loc_1(major(river(all))))))
answer(count(intersection(state(loc_2(countryid('usa'))), traverse_1(shortest(river(all))))))
answer(population_1(stateid('texas')))
answer(elevation_1(placeid('mount mckinley')))
answer(elevation_1(highest(place(loc_2(stateid('montana'))))))
answer(state(loc_1(placeid('mount mckinley'))))
answer(state(loc_1(highest(place(loc_2(countryid('usa')))))))
answer(state(loc_1(cityid('rochester', _))))
answer(count(state(next_to_1(stateid('iowa')))))
answer(state(all))
answer(lake(loc_2(countryid('usa'))))
answer(river(loc_2(stateid('colorado'))))
answer(capital(loc_2(countryid('usa'))))
answer(longest(river(loc_2(countryid('usa')))))
answer(major(lake(loc_2(stateid('michigan')))))
answer(major(river(loc_2(stateid('florida')))))
answer(river(loc_2(stateid('arkansas'))))
answer(exclude(state(all), next_to_2(state(all))))
answer(population_1(cityid('boulder', _)))
answer(population_1(cityid('boulder', _)))
answer(count(state(next_to_2(stateid('iowa')))))
answer(state(loc_1(lowest(place(loc_2(state(traverse_1(river(riverid('mississippi'))))))))))
answer(population_1(cityid('boulder', _)))
answer(population_1(cityid('boulder', _)))
answer(river(loc_2(stateid('new york'))))
answer(state(loc_1(capital(cityid('sacramento', _)))))
answer(state(loc_1(cityid('san antonio', _))))
answer(major(city(loc_2(stateid('colorado')))))
answer(major(lake(loc_2(countryid('usa')))))
answer(largest_one(area_1(state(all))))
answer(state(next_to_2(stateid('iowa'))))
answer(city(loc_2(stateid('texas'))))
answer(state(traverse_1(longest(river(loc_2(stateid('texas')))))))
answer(state(traverse_1(riverid('mississippi'))))
answer(state(traverse_1(riverid('mississippi'))))
answer(river(loc_2(stateid('texas'))))
answer(major(river(loc_2(stateid('texas')))))
answer(longest(river(loc_2(stateid('texas')))))
answer(capital(city(loc_2(state(next_to_2(stateid('texas')))))))
answer(capital(city(loc_2(stateid('texas')))))
answer(capital(loc_2(state(next_to_2(stateid('missouri'))))))
answer(capital(loc_2(state(next_to_2(stateid('texas'))))))
answer(city(loc_2(stateid('california'))))
answer(city(loc_2(state(traverse_1(riverid('mississippi'))))))
answer(city(loc_2(state(loc_1(highest(place(all)))))))
answer(highest(place(loc_2(state(all)))))
answer(highest(place(loc_2(state(next_to_2(stateid('mississippi')))))))
answer(lake(loc_2(state(next_to_2(stateid('texas'))))))
answer(largest(city(loc_2(state(next_to_2(largest(state(all))))))))
answer(major(city(loc_2(stateid('alabama')))))
answer(major(city(loc_2(stateid('alaska')))))
answer(major(city(loc_2(stateid('california')))))
answer(major(city(loc_2(stateid('delaware')))))
answer(major(city(loc_2(stateid('kansas')))))
answer(major(city(loc_2(stateid('missouri')))))
answer(major(city(loc_2(stateid('new mexico')))))
answer(major(city(loc_2(stateid('new york')))))
answer(major(city(loc_2(stateid('north carolina')))))
answer(major(city(loc_2(stateid('ohio')))))
answer(major(city(loc_2(stateid('oklahoma')))))
answer(major(city(loc_2(stateid('rhode island')))))
answer(major(city(loc_2(state(traverse_1(riverid('mississippi')))))))
answer(major(city(loc_2(stateid('texas')))))
answer(major(city(loc_2(largest(state(all))))))
answer(major(city(loc_2(smallest(state(loc_2(countryid('usa'))))))))
answer(major(city(loc_2(state(stateid('california'))))))
answer(major(city(loc_2(state(traverse_1(major(river(loc_2(stateid('virginia'))))))))))
answer(major(city(loc_2(countryid('usa')))))
answer(major(city(loc_2(stateid('vermont')))))
answer(major(city(loc_2(stateid('wyoming')))))
answer(major(city(loc_2(stateid('texas')))))
answer(major(city(loc_2(countryid('usa')))))
answer(major(city(loc_2(countryid('usa')))))
answer(major(lake(loc_2(countryid('usa')))))
answer(major(river(loc_2(stateid('ohio')))))
answer(major(river(loc_2(countryid('usa')))))
answer(major(city(loc_2(stateid('illinois')))))
answer(state(next_to_2(stateid('michigan'))))
answer(density_1(state(all)))
answer(population_1(stateid('mississippi')))
answer(population_1(major(city(loc_2(stateid('montana'))))))
answer(population_1(state(traverse_1(river(riverid('mississippi'))))))
answer(population_1(state(traverse_1(river(riverid('mississippi'))))))
answer(population_1(state(traverse_1(riverid('mississippi')))))
answer(population_1(state(traverse_1(riverid('mississippi')))))
answer(population_1(state(next_to_2(stateid('texas')))))
answer(population_1(major(city(loc_2(stateid('texas'))))))
answer(population_1(state(traverse_1(river(riverid('mississippi'))))))
answer(population_1(state(traverse_1(river(riverid('mississippi'))))))
answer(population_1(state(traverse_1(riverid('mississippi')))))
answer(population_1(state(traverse_1(riverid('mississippi')))))
answer(river(loc_2(stateid('alaska'))))
answer(river(loc_2(state(stateid('indiana')))))
answer(river(loc_2(state(stateid('texas')))))
answer(river(loc_2(stateid('montana'))))
answer(state(all))
answer(state(next_to_2(largest_one(population_1(state(all))))))
answer(state(traverse_1(riverid('potomac'))))
answer(state(traverse_1(longest(river(all)))))
answer(population_1(stateid('missouri')))
answer(largest_one(population_1(capital(all))))
answer(largest(capital(loc_2(countryid('usa')))))
answer(city(loc_2(stateid('pennsylvania'))))
answer(city(loc_2(stateid('california'))))
answer(largest_one(population_1(city(loc_2(stateid('texas'))))))
answer(largest_one(population_1(city(loc_2(stateid('texas'))))))
answer(largest_one(population_1(city(all))))
answer(smallest_one(population_1(city(all))))
answer(largest_one(population_1(city(all))))
answer(largest_one(density_1(city(loc_2(countryid('usa'))))))
answer(capital(loc_2(stateid('iowa'))))
answer(capital(loc_2(state(loc_1(lowest(place(all)))))))
answer(largest(capital(all)))
answer(state(next_to_2(stateid('california'))))
answer(area_1(stateid('alaska')))
answer(sum(area_1(state(all))))
answer(area_1(stateid('california')))
answer(area_1(stateid('florida')))
answer(area_1(stateid('idaho')))
answer(area_1(stateid('maine')))
answer(area_1(stateid('maryland')))
answer(area_1(stateid('new mexico')))
answer(area_1(stateid('ohio')))
answer(area_1(cityid('seattle', _)))
answer(area_1(stateid('south carolina')))
answer(area_1(stateid('texas')))
answer(area_1(largest(state(all))))
answer(area_1(smallest(state(all))))
answer(area_1(state(loc_1(capital(cityid('albany', _))))))
answer(area_1(smallest_one(density_1(state(all)))))
answer(area_1(state(all)))
answer(area_1(state(stateid('texas'))))
answer(area_1(stateid('wisconsin')))
answer(density_1(countryid('usa')))
answer(density_1(stateid('pennsylvania')))
answer(density_1(countryid('usa')))
answer(largest(city(loc_2(state(loc_1(river(all)))))))
answer(largest(capital(city(loc_2(countryid('usa'))))))
answer(largest(city(loc_2(stateid('arizona')))))
answer(largest(city(loc_2(stateid('georgia')))))
answer(largest(city(loc_2(stateid('kansas')))))
answer(largest(city(loc_2(stateid('louisiana')))))
answer(largest(city(loc_2(stateid('nebraska')))))
answer(largest(city(loc_2(stateid('oregon')))))
answer(largest(city(loc_2(stateid('texas')))))
answer(largest(city(loc_2(smallest(state(all))))))
answer(largest(city(loc_2(countryid('usa')))))
answer(largest(city(loc_2(countryid('usa')))))
answer(largest(city(loc_2(countryid('usa')))))
answer(largest(city(loc_2(stateid('wyoming')))))
answer(longest(river(loc_2(stateid('illinois')))))
answer(largest(state(all)))
answer(largest(state(loc_2(countryid('usa')))))
answer(largest(state(loc_2(countryid('usa')))))
answer(capital(city(loc_2(largest(state(loc_2(countryid('usa'))))))))
answer(capital(loc_2(stateid('california'))))
answer(capital(loc_2(stateid('colorado'))))
answer(capital(loc_2(stateid('georgia'))))
answer(capital(loc_2(stateid('hawaii'))))
answer(capital(loc_2(stateid('illinois'))))
answer(capital(loc_2(stateid('indiana'))))
answer(capital(loc_2(stateid('iowa'))))
answer(capital(loc_2(stateid('maine'))))
answer(capital(loc_2(stateid('maryland'))))
answer(capital(loc_2(stateid('massachusetts'))))
answer(capital(loc_2(stateid('michigan'))))
answer(capital(loc_2(stateid('new hampshire'))))
answer(capital(loc_2(stateid('new jersey'))))
answer(capital(loc_2(stateid('new york'))))
answer(capital(loc_2(stateid('north dakota'))))
answer(capital(loc_2(stateid('ohio'))))
answer(capital(loc_2(stateid('pennsylvania'))))
answer(capital(loc_2(state(loc_1(city(cityid('durham', _)))))))
answer(capital(loc_2(stateid('texas'))))
answer(capital(loc_2(state(stateid('alabama')))))
answer(capital(loc_2(state(stateid('florida')))))
answer(capital(loc_2(largest(state(all)))))
answer(capital(loc_2(smallest(state(all)))))
answer(capital(loc_2(state(stateid('texas')))))
answer(capital(loc_2(most(state(next_to_2(state(all)))))))
answer(capital(loc_2(state(next_to_2(state(next_to_2(stateid('texas'))))))))
answer(capital(loc_2(state(loc_1(highest(place(all)))))))
answer(capital(loc_2(state(loc_1(highest(place(all)))))))
answer(capital(loc_2(largest_one(population_1(state(all))))))
answer(capital(loc_2(largest_one(density_1(state(all))))))
answer(capital(loc_2(state(loc_1(longest(river(all)))))))
answer(capital(loc_2(largest_one(population_1(state(all))))))
answer(capital(loc_2(stateid('utah'))))
answer(capital(loc_2(stateid('vermont'))))
answer(capital(loc_2(stateid('washington'))))
answer(largest_one(population_1(city(loc_2(stateid('texas'))))))
answer(smallest_one(population_1(city(all))))
answer(sum(area_1(state(all))))
answer(sum(population_1(state(all))))
answer(density_1(stateid('texas')))
answer(density_1(stateid('new york')))
answer(elevation_1(placeid('death valley')))
answer(elevation_1(highest(place(loc_2(countryid('usa'))))))
answer(elevation_1(placeid('mount mckinley')))
answer(elevation_1(highest(mountain(loc_2(stateid('texas'))))))
answer(elevation_1(highest(place(loc_2(countryid('usa'))))))
answer(high_point_1(stateid('wyoming')))
answer(highest(place(loc_2(stateid('new mexico')))))
answer(highest(place(loc_2(stateid('south carolina')))))
answer(highest(place(loc_2(stateid('texas')))))
answer(highest(place(loc_2(countryid('usa')))))
answer(highest(mountain(loc_2(stateid('alaska')))))
answer(highest(mountain(loc_2(stateid('texas')))))
answer(highest(mountain(loc_2(countryid('usa')))))
answer(highest(mountain(loc_2(countryid('usa')))))
answer(highest(place(loc_2(stateid('colorado')))))
answer(highest(place(loc_2(stateid('delaware')))))
answer(highest(place(loc_2(state(loc_1(place(elevation_2(0))))))))
answer(highest(place(loc_2(stateid('florida')))))
answer(highest(place(loc_2(stateid('iowa')))))
answer(highest(place(loc_2(stateid('kansas')))))
answer(highest(place(loc_2(stateid('maine')))))
answer(highest(place(loc_2(stateid('montana')))))
answer(highest(place(loc_2(stateid('nevada')))))
answer(highest(place(loc_2(stateid('new mexico')))))
answer(highest(place(loc_2(stateid('ohio')))))
answer(highest(place(loc_2(stateid('rhode island')))))
answer(highest(place(loc_2(state(next_to_2(stateid('georgia')))))))
answer(highest(place(loc_2(stateid('texas')))))
answer(highest(place(loc_2(countryid('usa')))))
answer(highest(place(loc_2(smallest(state(all))))))
answer(highest(place(loc_2(state(loc_1(capital(cityid('austin', _))))))))
answer(highest(place(loc_2(state(loc_1(capital(cityid('des moines', _))))))))
answer(highest(place(loc_2(state(loc_1(capital(cityid('des moines', _))))))))
answer(highest(place(loc_2(most(state(traverse_1(river(all))))))))
answer(highest(place(loc_2(smallest_one(population_1(state(all)))))))
answer(highest(place(loc_2(state(next_to_2(stateid('colorado')))))))
answer(highest(place(loc_2(countryid('usa')))))
answer(highest(place(loc_2(countryid('usa')))))
answer(highest(place(loc_2(countryid('usa')))))
answer(highest(place(loc_2(stateid('virginia')))))
answer(highest(place(loc_2(stateid('wyoming')))))
answer(highest(place(loc_2(largest_one(area_1(state(all)))))))
answer(highest(place(loc_2(smallest_one(density_1(state(all)))))))
answer(highest(place(loc_2(countryid('usa')))))
answer(largest(capital(all)))
answer(largest(capital(city(loc_2(countryid('usa'))))))
answer(largest(city(loc_2(state(next_to_2(stateid('texas')))))))
answer(largest(city(loc_2(stateid('alabama')))))
answer(largest(city(loc_2(stateid('california')))))
answer(largest(city(loc_2(stateid('michigan')))))
answer(largest_one(population_1(city(loc_2(stateid('minnesota'))))))
answer(largest(city(loc_2(stateid('missouri')))))
answer(largest(city(loc_2(stateid('rhode island')))))
answer(largest(city(loc_2(smallest(state(traverse_1(riverid('mississippi'))))))))
answer(largest(city(loc_2(state(next_to_2(stateid('california')))))))
answer(largest(city(loc_2(stateid('texas')))))
answer(largest(city(loc_2(smallest(state(loc_2(countryid('usa'))))))))
answer(largest(city(loc_2(stateid('wisconsin')))))
answer(largest(city(loc_2(stateid('kansas')))))
answer(largest(state(traverse_1(riverid('rio grande')))))
answer(longest(river(loc_2(state(stateid('washington'))))))
answer(largest(state(all)))
answer(largest(state(next_to_2(stateid('arkansas')))))
answer(largest(state(next_to_2(stateid('texas')))))
answer(largest_one(population_1(capital_1(state(all)))))
answer(largest(state(loc_2(countryid('usa')))))
answer(largest(state(loc_2(countryid('usa')))))
answer(largest(state(next_to_2(stateid('california')))))
answer(largest(state(next_to_2(stateid('texas')))))
answer(largest(state(next_to_2(largest_one(population_1(state(all)))))))
answer(largest(state(next_to_2(state(loc_1(lowest(place(loc_2(countryid('usa'))))))))))
answer(largest(state(traverse_1(river(riverid('mississippi'))))))
answer(smallest_one(population_1(state(all))))
answer(len(river(riverid('colorado'))))
answer(len(intersection(riverid('colorado'), river(loc_2(stateid('texas'))))))
answer(len(longest(river(loc_2(countryid('usa'))))))
answer(len(longest(river(traverse_2(stateid('texas'))))))
answer(len(river(riverid('mississippi'))))
answer(len(most(river(traverse_2(state(all))))))
answer(len(most(river(traverse_2(state(all))))))
answer(len(most(river(traverse_2(state(all))))))
answer(len(most(river(traverse_2(state(all))))))
answer(longest(river(all)))
answer(longest(river(traverse_2(stateid('new york')))))
answer(longest(river(loc_2(countryid('usa')))))
answer(longest(river(loc_2(stateid('california')))))
answer(longest(river(loc_2(stateid('florida')))))
answer(longest(river(loc_2(stateid('mississippi')))))
answer(longest(river(loc_2(stateid('new york')))))
answer(longest(river(loc_2(stateid('pennsylvania')))))
answer(longest(river(loc_2(stateid('texas')))))
answer(longest(river(loc_2(largest(state(all))))))
answer(longest(river(loc_2(smallest(state(loc_2(countryid('usa'))))))))
answer(longest(river(loc_2(state(loc_1(highest(place(all))))))))
answer(longest(river(loc_2(most(state(loc_1(major(city(all)))))))))
answer(longest(river(loc_2(state(next_to_2(stateid('nebraska')))))))
answer(longest(river(loc_2(countryid('usa')))))
answer(longest(river(loc_2(countryid('usa')))))
answer(longest(exclude(river(all), traverse_2(stateid('texas')))))
answer(longest(river(traverse_2(state(next_to_2(stateid('indiana')))))))
answer(longest(river(traverse_2(stateid('colorado')))))
answer(longest(river(traverse_2(state(next_to_2(most(state(next_to_2(state(all))))))))))
answer(longest(river(traverse_2(state(next_to_2(stateid('tennessee')))))))
answer(lowest(place(loc_2(stateid('pennsylvania')))))
answer(lowest(place(loc_2(stateid('arkansas')))))
answer(lowest(place(loc_2(stateid('california')))))
answer(lowest(place(loc_2(stateid('louisiana')))))
answer(lowest(place(loc_2(stateid('massachusetts')))))
answer(lowest(place(loc_2(stateid('mississippi')))))
answer(lowest(place(loc_2(stateid('nebraska')))))
answer(lowest(place(loc_2(stateid('oregon')))))
answer(lowest(place(loc_2(stateid('texas')))))
answer(lowest(place(loc_2(state(stateid('california'))))))
answer(lowest(place(loc_2(state(stateid('texas'))))))
answer(lowest(place(loc_2(countryid('usa')))))
answer(lowest(place(loc_2(countryid('usa')))))
answer(lowest(place(loc_2(stateid('wisconsin')))))
answer(lowest(place(loc_2(state(traverse_1(river(riverid('colorado'))))))))
answer(lowest(place(loc_2(stateid('colorado')))))
answer(lowest(place(loc_2(largest_one(area_1(state(all)))))))
answer(lowest(place(loc_2(countryid('usa')))))
answer(major(city(loc_2(stateid('montana')))))
answer(highest(place(loc_2(cityid('san francisco', _)))))
answer(largest_one(density_1(state(loc_2(countryid('usa'))))))
answer(largest_one(population_1(capital(loc_2(countryid('usa'))))))
answer(largest_one(population_1(state(next_to_2(stateid('oklahoma'))))))
answer(largest_one(population_1(city(all))))
answer(largest_one(population_1(city(loc_2(stateid('texas'))))))
answer(largest_one(population_1(city(loc_2(stateid('wyoming'))))))
answer(largest_one(population_1(state(all))))
answer(largest_one(population_1(state(loc_2(countryid('usa'))))))
answer(largest_one(population_1(state(traverse_1(riverid('mississippi'))))))
answer(state(loc_1(lowest(place(all)))))
answer(count(state(next_to_2(stateid('kentucky')))))
answer(density_1(state(loc_1(capital(cityid('austin', _))))))
answer(density_1(stateid('maine')))
answer(density_1(stateid('south dakota')))
answer(density_1(stateid('texas')))
answer(density_1(largest(state(all))))
answer(density_1(smallest(state(all))))
answer(density_1(smallest_one(area_1(state(all)))))
answer(density_1(smallest_one(population_1(state(all)))))
answer(density_1(stateid('wyoming')))
answer(population_1(cityid('boston', _)))
answer(population_1(stateid('alaska')))
answer(population_1(stateid('arizona')))
answer(population_1(cityid('atlanta', _)))
answer(population_1(cityid('atlanta', 'ga')))
answer(population_1(cityid('austin', _)))
answer(population_1(cityid('austin', 'tx')))
answer(population_1(cityid('boston', 'ma')))
answer(population_1(cityid('boulder', _)))
answer(population_1(stateid('california')))
answer(population_1(cityid('dallas', _)))
answer(population_1(cityid('denver', _)))
answer(population_1(cityid('erie', 'pa')))
answer(population_1(stateid('hawaii')))
answer(population_1(cityid('houston', _)))
answer(population_1(stateid('idaho')))
answer(population_1(stateid('illinois')))
answer(population_1(stateid('maine')))
answer(population_1(stateid('maryland')))
answer(population_1(stateid('minnesota')))
answer(population_1(stateid('montana')))
answer(population_1(stateid('new mexico')))
answer(population_1(stateid('new york')))
answer(population_1(city(cityid('new york', _))))
answer(population_1(stateid('oregon')))
answer(population_1(cityid('portland', 'me')))
answer(population_1(stateid('rhode island')))
answer(population_1(cityid('sacramento', _)))
answer(population_1(cityid('san antonio', _)))
answer(population_1(cityid('seattle', _)))
answer(population_1(cityid('seattle', 'wa')))
answer(population_1(stateid('south dakota')))
answer(population_1(cityid('springfield', 'mo')))
answer(population_1(cityid('springfield', 'sd')))
answer(population_1(cityid('tempe', 'az')))
answer(population_1(stateid('texas')))
answer(population_1(capital(loc_2(largest(state(all))))))
answer(population_1(capital(loc_2(largest(state(traverse_1(riverid('mississippi'))))))))
answer(population_1(capital(loc_2(smallest(state(all))))))
answer(population_1(largest(city(loc_2(largest_one(area_1(state(all))))))))
answer(population_1(largest(state(all))))
answer(population_1(largest(state(next_to_2(stateid('texas'))))))
answer(population_1(major(city(loc_2(stateid('wisconsin'))))))
answer(smallest(population_1(state(all))))
answer(population_1(most(state(next_to_2(state(all))))))
answer(population_1(largest_one(density_1(state(all)))))
answer(population_1(largest_one(area_1(state(all)))))
answer(population_1(cityid('tucson', _)))
answer(population_1(stateid('utah')))
answer(population_1(stateid('washington')))
answer(population_1(cityid('washington', 'dc')))
answer(river(traverse_2(stateid('ohio'))))
answer(shortest(river(all)))
answer(shortest(river(loc_2(stateid('alaska')))))
answer(shortest(river(loc_2(stateid('iowa')))))
answer(shortest(river(loc_2(stateid('nebraska')))))
answer(shortest(river(loc_2(stateid('texas')))))
answer(shortest(river(loc_2(countryid('usa')))))
answer(shortest(river(loc_2(countryid('usa')))))
answer(shortest(river(loc_2(countryid('usa')))))
answer(size(stateid('california')))
answer(size(stateid('florida')))
answer(size(stateid('texas')))
answer(size(capital(loc_2(stateid('texas')))))
answer(size(largest(state(loc_2(countryid('usa'))))))
answer(smallest(city(loc_2(stateid('alaska')))))
answer(smallest(city(loc_2(stateid('arkansas')))))
answer(smallest(city(loc_2(stateid('hawaii')))))
answer(smallest(city(loc_2(largest(state(all))))))
answer(smallest(city(loc_2(countryid('usa')))))
answer(smallest(city(loc_2(countryid('usa')))))
answer(smallest(city(loc_2(stateid('washington')))))
answer(smallest(city(loc_2(smallest(state(loc_2(countryid('usa'))))))))
answer(smallest(state(next_to_2(stateid('ohio')))))
answer(smallest(state(next_to_2(stateid('wyoming')))))
answer(smallest_one(area_1(state(all))))
answer(smallest(state(loc_2(countryid('usa')))))
answer(smallest(state(next_to_2(stateid('texas')))))
answer(smallest(most(state(next_to_2(state(all))))))
answer(smallest(state(traverse_1(river(riverid('mississippi'))))))
answer(smallest(state(traverse_1(longest(river(all))))))
answer(state(loc_1(highest(place(all)))))
answer(state(loc_1(highest(place(loc_2(countryid('usa')))))))
answer(largest_one(area_1(state(all))))
answer(largest_one(density_1(state(loc_2(countryid('usa'))))))
answer(largest_one(density_1(state(all))))
answer(state(loc_1(lowest(place(all)))))
answer(smallest_one(population_1(state(all))))
answer(smallest_one(density_1(state(all))))
answer(smallest_one(area_1(state(all))))
answer(highest(mountain(loc_2(countryid('usa')))))
answer(highest(mountain(loc_2(countryid('usa')))))
answer(area_1(countryid('usa')))
answer(sum(len(river(all))))
answer(sum(population_1(state(next_to_2(stateid('texas'))))))
answer(len(riverid('mississippi')))
answer(major(city(loc_2(stateid('pennsylvania')))))
answer(major(river(traverse_2(stateid('illinois')))))
answer(mountain(loc_2(stateid('alaska'))))
answer(river(traverse_2(stateid('kansas'))))
answer(river(traverse_2(stateid('texas'))))
answer(most(river(traverse_2(state(all)))))
answer(longest(river(loc_2(countryid('usa')))))
answer(river(traverse_2(stateid('illinois'))))
answer(most(river(traverse_2(state(all)))))
answer(river(traverse_2(most(state(loc_1(city(all)))))))
answer(river(traverse_2(stateid('virginia'))))
answer(most(river(traverse_2(state(all)))))
answer(river(traverse_2(most(state(next_to_2(state(all)))))))
answer(river(loc_2(stateid('nevada'))))
answer(river(loc_2(stateid('new mexico'))))
answer(river(loc_2(stateid('oregon'))))
answer(river(loc_2(state(next_to_2(stateid('texas'))))))
answer(river(loc_2(stateid('texas'))))
answer(river(loc_2(stateid('utah'))))
answer(river(loc_2(stateid('texas'))))
answer(exclude(river(all), traverse_2(stateid('tennessee'))))
answer(river(traverse_2(stateid('colorado'))))
answer(river(traverse_2(stateid('missouri'))))
answer(river(traverse_2(state(next_to_1(stateid('alabama'))))))
answer(river(traverse_2(state(next_to_2(largest_one(population_1(state(all))))))))
answer(river(traverse_2(largest(state(all)))))
answer(river(traverse_2(largest_one(population_1(state(all))))))
answer(river(traverse_2(stateid('arizona'))))
answer(river(traverse_2(cityid('austin', 'tx'))))
answer(river(traverse_2(stateid('colorado'))))
answer(river(traverse_2(stateid('louisiana'))))
answer(river(traverse_2(stateid('maine'))))
answer(river(traverse_2(stateid('new york'))))
answer(river(traverse_2(state(loc_1(lowest(place(loc_2(countryid('usa')))))))))
answer(river(traverse_2(state(next_to_2(state(loc_1(capital(cityid('atlanta', _)))))))))
answer(river(traverse_2(stateid('west virginia'))))
answer(river(traverse_2(most(state(next_to_2(state(all)))))))
answer(largest_one(population_1(state(next_to_2(stateid('nevada'))))))
answer(state(next_to_2(stateid('michigan'))))
answer(most(state(next_to_2(state(all)))))
answer(state(next_to_2(stateid('new york'))))
answer(fewest(state(next_to_2(state(all)))))
answer(fewest(state(next_to_2(exclude(exclude(state(all), stateid('alaska')), stateid('hawaii'))))))
answer(most(state(next_to_2(state(all)))))
answer(state(next_to_2(smallest_one(population_1(state(all))))))
answer(state(loc_1(highest(place(loc_2(countryid('usa')))))))
answer(state(loc_1(highest(place(loc_2(state(traverse_1(river(riverid('colorado'))))))))))
answer(state(loc_1(highest(place(all)))))
answer(exclude(state(all), loc_1(river(all))))
answer(state(loc_1(capital(cityid('salem', _)))))
answer(state(loc_1(city(cityid('flint', _)))))
answer(state(loc_1(largest_one(population_1(city(all))))))
answer(state(loc_1(largest_one(population_1(city(all))))))
answer(largest_one(density_1(state(all))))
answer(state(loc_1(highest(place(all)))))
answer(largest_one(population_1(state(all))))
answer(largest_one(density_1(state(all))))
answer(largest_one(area_1(state(all))))
answer(state(loc_1(largest(capital(all)))))
answer(state(loc_1(largest(city(all)))))
answer(largest_one(population_1(state(all))))
answer(largest_one(density_1(state(all))))
answer(largest_one(population_1(state(all))))
answer(smallest_one(density_1(state(all))))
answer(state(loc_1(longest(river(all)))))
answer(smallest_one(density_1(state(all))))
answer(most(state(loc_1(city(all)))))
answer(most(state(loc_1(major(city(all))))))
answer(most(state(traverse_1(major(river(all))))))
answer(largest_one(population_1(state(all))))
answer(most(state(loc_1(river(all)))))
answer(most(state(traverse_1(river(all)))))
answer(state(loc_1(shortest(river(all)))))
answer(smallest_one(area_1(state(all))))
answer(state(loc_1(smallest(capital(all)))))
answer(smallest_one(population_1(state(all))))
answer(smallest_one(density_1(state(all))))
answer(smallest_one(population_1(state(all))))
answer(smallest_one(density_1(state(all))))
answer(state(loc_1(cityid('austin', _))))
answer(state(loc_1(capital(cityid('austin', _)))))
answer(state(loc_1(cityid('boston', _))))
answer(state(loc_1(capital(cityid('columbus', _)))))
answer(state(loc_1(cityid('dallas', _))))
answer(state(loc_1(cityid('des moines', _))))
answer(state(loc_1(cityid('miami', _))))
answer(state(loc_1(cityid('pittsburgh', _))))
answer(largest(state(all)))
answer(largest_one(population_1(state(all))))
answer(state(most(state(loc_1(river(all))))))
answer(largest_one(population_1(state(next_to_2(stateid('texas'))))))
answer(largest(state(next_to_2(stateid('texas')))))
answer(largest_one(population_1(state(traverse_1(riverid('mississippi'))))))
answer(state(next_to_2(stateid('arizona'))))
answer(state(next_to_2(stateid('texas'))))
answer(state(next_to_2(stateid('mississippi'))))
answer(state(next_to_2(stateid('alaska'))))
answer(state(next_to_2(stateid('arkansas'))))
answer(state(next_to_2(stateid('delaware'))))
answer(state(next_to_2(stateid('florida'))))
answer(state(next_to_2(stateid('georgia'))))
answer(state(next_to_2(stateid('hawaii'))))
answer(state(next_to_2(stateid('indiana'))))
answer(state(next_to_2(stateid('kentucky'))))
answer(state(next_to_2(stateid('michigan'))))
answer(state(next_to_2(stateid('missouri'))))
answer(state(next_to_2(stateid('montana'))))
answer(state(next_to_2(stateid('new hampshire'))))
answer(state(next_to_2(stateid('new jersey'))))
answer(state(next_to_2(stateid('ohio'))))
answer(state(next_to_2(stateid('rhode island'))))
answer(state(next_to_2(state(next_to_2(stateid('colorado'))))))
answer(state(next_to_2(state(next_to_2(stateid('mississippi'))))))
answer(state(next_to_2(state(next_to_2(state(next_to_2(stateid('florida'))))))))
answer(state(next_to_2(state(next_to_2(state(next_to_2(state(next_to_2(stateid('texas'))))))))))
answer(state(next_to_2(state(next_to_2(largest_one(population_1(state(all))))))))
answer(state(next_to_2(state(traverse_1(riverid('mississippi'))))))
answer(state(next_to_2(state(traverse_1(riverid('ohio'))))))
answer(state(next_to_2(state(traverse_1(riverid('mississippi'))))))
answer(state(next_to_2(stateid('texas'))))
answer(intersection(state(next_to_2(stateid('texas'))), loc_1(major(river(all)))))
answer(state(next_to_2(river(riverid('mississippi')))))
answer(state(next_to_2(largest_one(population_1(state(all))))))
answer(state(next_to_2(most(state(next_to_2(state(all)))))))
answer(state(next_to_2(most(state(loc_1(city(all)))))))
answer(state(next_to_2(most(state(loc_1(major(city(all))))))))
answer(state(next_to_2(smallest_one(area_1(state(all))))))
answer(state(next_to_2(most(state(loc_1(city(all)))))))
answer(state(next_to_2(stateid('wisconsin'))))
answer(state(capital_2(cityid('dover', _))))
answer(state(loc_1(major(river(all)))))
answer(state(traverse_1(river(riverid('colorado')))))
answer(state(traverse_1(river(riverid('delaware')))))
answer(state(traverse_1(river(riverid('mississippi')))))
answer(state(traverse_1(riverid('mississippi'))))
answer(state(traverse_1(river(riverid('missouri')))))
answer(state(traverse_1(riverid('missouri'))))
answer(state(traverse_1(river(riverid('ohio')))))
answer(state(traverse_1(river(riverid('ohio')))))
answer(state(traverse_1(shortest(river(all)))))
answer(state(loc_1(capital(highest(place(all))))))
answer(state(loc_1(city(cityid('austin', _)))))
answer(state(loc_1(city(cityid('austin', _)))))
answer(state(loc_1(city(cityid('dallas', _)))))
answer(state(loc_1(city(cityid('plano', _)))))
answer(state(loc_1(city(cityid('portland', _)))))
answer(state(loc_1(city(cityid('rochester', _)))))
answer(state(loc_1(city(cityid('salt lake city', _)))))
answer(exclude(state(all), next_to_2(state(all))))
answer(state(loc_1(river(riverid('colorado')))))
answer(state(traverse_1(river(all))))
answer(state(loc_1(city(cityid('springfield', _)))))
answer(state(high_point_2(higher_2(high_point_1(stateid('colorado'))))))
answer(intersection(state(loc_2(countryid('usa'))), loc_1(city(cityid('springfield', _)))))
answer(state(next_to_2(stateid('maine'))))
answer(state(next_to_2(stateid('kentucky'))))
answer(largest_one(population_1(city(loc_2(stateid('texas'))))))
answer(largest(city(all)))
answer(loc_1(mountain(all)))
answer(loc_1(cityid('austin', _)))
answer(loc_1(cityid('baton rouge', _)))
answer(loc_1(cityid('dallas', _)))
answer(loc_1(cityid('fort wayne', _)))
answer(loc_1(cityid('houston', _)))
answer(loc_1(cityid('indianapolis', _)))
answer(loc_1(stateid('massachusetts')))
answer(loc_1(placeid('mount whitney')))
answer(loc_1(placeid('mount whitney')))
answer(loc_1(stateid('new hampshire')))
answer(loc_1(cityid('new orleans', _)))
answer(loc_1(cityid('portland', _)))
answer(loc_1(cityid('san diego', _)))
answer(loc_1(cityid('san jose', _)))
answer(loc_1(cityid('scotts valley', _)))
answer(loc_1(cityid('springfield', _)))
answer(loc_1(river(riverid('chattahoochee'))))
answer(highest(mountain(loc_2(countryid('usa')))))
answer(highest(place(loc_2(stateid('hawaii')))))
answer(highest(place(loc_2(stateid('montana')))))
answer(lowest(place(loc_2(stateid('maryland')))))
answer(lowest(place(loc_2(countryid('usa')))))
answer(lowest(place(loc_2(stateid('iowa')))))
answer(largest_one(population_1(city(loc_2(stateid('new mexico'))))))
answer(loc_1(smallest(city(all))))
answer(capital(loc_2(state(next_to_2(stateid('texas'))))))
answer(exclude(capital(all), major(city(all))))
answer(largest_one(population_1(city(loc_2(stateid('california'))))))
answer(density_1(state(traverse_1(longest(river(loc_2(countryid('usa'))))))))
answer(highest(exclude(mountain(all), loc_2(stateid('alaska')))))
answer(longest(river(loc_2(countryid('usa')))))
answer(lowest(place(loc_2(state(traverse_1(riverid('mississippi')))))))
answer(shortest(river(all)))
answer(smallest(state(all)))
answer(largest_one(population_1(state(next_to_2(stateid('pennsylvania'))))))
answer(most(river(traverse_2(state(all)))))
answer(most(river(traverse_2(state(all)))))
answer(most(river(traverse_2(state(all)))))
answer(most(river(traverse_2(state(all)))))
answer(river(loc_2(stateid('alaska'))))
answer(exclude(river(all), traverse_2(stateid('texas'))))
answer(exclude(river(all), traverse_2(countryid('usa'))))
answer(river(traverse_2(stateid('alaska'))))
answer(river(traverse_2(state(next_to_2(stateid('new mexico'))))))
answer(river(traverse_2(state(next_to_2(state(loc_1(capital(cityid('austin', _)))))))))
answer(river(traverse_2(fewest(state(loc_1(city(all)))))))
answer(river(traverse_2(state(loc_1(largest(city(loc_2(countryid('usa')))))))))
answer(river(traverse_2(state(loc_1(lowest(place(loc_2(countryid('usa')))))))))
answer(state(next_to_2(stateid('kentucky'))))
answer(state(next_to_2(stateid('florida'))))
answer(state(next_to_2(stateid('hawaii'))))
answer(most(state(next_to_2(state(all)))))
answer(most(state(next_to_2(state(all)))))
answer(smallest_one(population_1(capital(all))))
answer(most(state(loc_1(river(all)))))
answer(largest_one(population_1(state(all))))
answer(largest_one(density_1(state(all))))
answer(largest_one(population_1(state(all))))
answer(state(loc_1(highest(place(all)))))
answer(state(loc_1(highest(place(all)))))
answer(state(loc_1(highest(place(all)))))
answer(largest_one(density_1(state(all))))
answer(state(loc_1(largest(city(all)))))
answer(largest_one(density_1(state(all))))
answer(smallest_one(density_1(state(all))))
answer(state(loc_1(longest(river(all)))))
answer(state(loc_1(lowest(place(all)))))
answer(state(loc_1(lowest(place(loc_2(next_to_2(stateid('idaho'))))))))
answer(smallest_one(density_1(state(all))))
answer(most(state(loc_1(major(city(all))))))
answer(most(state(loc_1(major(river(all))))))
answer(most(state(traverse_1(major(river(all))))))
answer(largest_one(population_1(state(all))))
answer(largest_one(population_1(state(all))))
answer(most(state(loc_1(river(all)))))
answer(most(state(traverse_1(river(all)))))
answer(state(loc_1(river(riverid('red')))))
answer(smallest_one(area_1(state(next_to_2(stateid('texas'))))))
answer(smallest_one(density_1(state(all))))
answer(smallest_one(density_1(state(all))))
answer(smallest_one(density_1(state(all))))
answer(state(loc_1(cityid('kalamazoo', _))))
answer(state(loc_1(placeid('mount mckinley'))))
answer(state(loc_1(city(cityid('denver', _)))))
answer(state(loc_1(largest(city(loc_2(stateid('montana')))))))
answer(smallest(state(all)))
answer(state(next_to_2(stateid('alabama'))))
answer(state(next_to_2(stateid('alabama'))))
answer(state(next_to_2(stateid('alaska'))))
answer(state(next_to_2(stateid('arizona'))))
answer(state(next_to_2(stateid('colorado'))))
answer(state(next_to_2(stateid('hawaii'))))
answer(state(next_to_2(stateid('illinois'))))
answer(state(next_to_2(stateid('iowa'))))
answer(state(next_to_2(stateid('kentucky'))))
answer(state(next_to_2(stateid('michigan'))))
answer(state(next_to_2(stateid('new york'))))
answer(exclude(state(all), next_to_2(state(all))))
answer(state(next_to_2(stateid('south dakota'))))
answer(state(next_to_2(state(traverse_1(riverid('mississippi'))))))
answer(state(next_to_2(stateid('texas'))))
answer(state(next_to_2(longest(river(loc_2(countryid('usa')))))))
answer(state(next_to_2(river(riverid('missouri')))))
answer(state(next_to_2(smallest_one(area_1(state(all))))))
answer(state(loc_1(largest(city(capital_1(state(all)))))))
answer(state(traverse_1(river(riverid('colorado')))))
answer(exclude(state(all), next_to_2(stateid('texas'))))
answer(state(traverse_1(river(riverid('chattahoochee')))))
answer(state(traverse_1(river(riverid('colorado')))))
answer(state(traverse_1(longest(river(all)))))
answer(state(traverse_1(longest(river(all)))))
answer(state(traverse_1(river(riverid('mississippi')))))
answer(state(traverse_1(riverid('mississippi'))))
answer(state(traverse_1(river(riverid('missouri')))))
answer(state(traverse_1(river(riverid('missouri')))))
answer(state(loc_1(major(city(cityid('austin', _))))))
answer(state(loc_1(river(all))))
answer(state(loc_1(city(cityid('austin', _)))))
answer(state(loc_1(place(higher_2(highest(place(loc_2(stateid('colorado')))))))))
answer(state(loc_1(place(higher_2(highest(place(loc_2(stateid('texas')))))))))
answer(state(traverse_1(longest(river(loc_2(countryid('usa')))))))
answer(largest_one(density_1(city(all))))