inputs
stringlengths
261
561
targets
stringlengths
10
21
_template_idx
int64
0
9
_task_source
stringclasses
1 value
_task_name
stringclasses
1 value
_template_type
stringclasses
2 values
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example: 10/05/1847, input_format=dd/mm/yyyy Solution is here: 05/10/1847 Explanation: The ...
02/12/1919
6
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example: 10/05/1847, input_format=dd/mm/yyyy Solution is here: 05/10/1847 Explanation: The ...
08/07/2003
6
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Ex Input: 07/12/1668, input_format=dd/mm/yyyy Ex Output: 12/07/1668 Ex Input: 31/10/1653, i...
04/28/1952
1
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example is below. Q: 10/05/1847, input_format=dd/mm/yyyy A: 05/10/1847 Rationale: The month...
13/05/1838
9
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Input: Consider Input: 23/09/1796, input_format=dd/mm/yyyy Output: 09/23/1796 Input: Consid...
Output: 06/09/1907
2
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Input: Consider Input: 01/15/1758, input_format=mm/dd/yyyy Output: 15/01/1758 Input: Consid...
Output: 05/04/1749
2
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example input: 10/05/1847, input_format=dd/mm/yyyy Example output: 05/10/1847 Example explanat...
26/06/1865
3
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Let me give you an example: 10/05/1847, input_format=dd/mm/yyyy The answer to this example can...
13/03/1991
8
NIv2
task1404_date_conversion
fs_opt
Detailed Instructions: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". See one example below: Problem: 10/05/1847, input_format=dd/mm/yyyy Solu...
04/08/1750
4
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [Q]: 12/03/1795, input_format=mm/dd/yyyy [A]: 03/12/1795 [Q]: 31/10/1653, input_format=dd/mm...
15/01/1758
5
NIv2
task1404_date_conversion
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/184...
08/12/1857
1
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [Q]: 12/03/1795, input_format=mm/dd/yyyy [A]: 03/12/1795 [Q]: 11/17/1783, input_format=mm/dd...
16/09/1877
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example is below. Q: 10/05/1847, input_format=dd/mm/yyyy A: 05/10/1847 Rationale: The month...
10/24/1757
9
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/1847, input_format=dd/mm/yyyy Example solution: 05/10/1847 Example explanation: ...
Solution: 26/04/1907
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". -------- Question: 04/13/1824, input_format=mm/dd/yyyy Answer: 13/04/1824 Question: 22/06/19...
11/21/1681
7
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example: 10/05/1847, input_format=dd/mm/yyyy Solution is here: 05/10/1847 Explanation: The ...
30/10/2004
6
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/1847, input_format=dd/mm/yyyy Example solution: 05/10/1847 Example explanation: ...
Solution: 17/10/1714
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Ex Input: 12/27/2014, input_format=mm/dd/yyyy Ex Output: 27/12/2014 Ex Input: 18/11/1929, i...
20/02/1893
1
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example is below. Q: 10/05/1847, input_format=dd/mm/yyyy A: 05/10/1847 Rationale: The month...
23/02/1825
9
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". 30/01/1707, input_format=dd/mm/yyyy 01/30/1707 10/17/1714, input_format=mm/dd/yyyy 17/10/1714...
23/02/1825
0
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Input: Consider Input: 08/31/2018, input_format=mm/dd/yyyy Output: 31/08/2018 Input: Consid...
Output: 15/03/1977
2
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Input: Consider Input: 14/12/1858, input_format=dd/mm/yyyy Output: 12/14/1858 Input: Consid...
Output: 03/05/2006
2
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [EX Q]: 02/12/1622, input_format=dd/mm/yyyy [EX A]: 12/02/1622 [EX Q]: 03/07/1937, input_form...
07/26/1616
6
NIv2
task1404_date_conversion
fs_opt
TASK DEFINITION: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". PROBLEM: 06/16/1660, input_format=mm/dd/yyyy SOLUTION: 16/06/1660 PROBLEM: 0...
12/03/1794
8
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Let me give you an example: 10/05/1847, input_format=dd/mm/yyyy The answer to this example can...
19/06/1888
8
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". -------- Question: 29/04/1750, input_format=dd/mm/yyyy Answer: 04/29/1750 Question: 14/03/16...
25/02/1638
7
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Q: 21/05/1917, input_format=dd/mm/yyyy A: 05/21/1917 **** Q: 08/01/1912, input_format=mm/dd/y...
05/08/1922 ****
4
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Ex Input: 06/02/1852, input_format=mm/dd/yyyy Ex Output: 02/06/1852 Ex Input: 18/11/1929, i...
19/10/1985
1
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example input: 10/05/1847, input_format=dd/mm/yyyy Example output: 05/10/1847 Example explanat...
03/04/1719
3
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Ex Input: 08/29/1775, input_format=mm/dd/yyyy Ex Output: 29/08/1775 Ex Input: 12/15/1786, i...
03/04/1719
1
NIv2
task1404_date_conversion
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then...
09/15/1674
0
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". -------- Question: 08/21/2016, input_format=mm/dd/yyyy Answer: 21/08/2016 Question: 05/08/19...
02/06/1852
7
NIv2
task1404_date_conversion
fs_opt
Detailed Instructions: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". See one example below: Problem: 10/05/1847, input_format=dd/mm/yyyy Solu...
04/08/1628
4
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Input: Consider Input: 03/13/1991, input_format=mm/dd/yyyy Output: 13/03/1991 Input: Consid...
Output: 01/30/1707
2
NIv2
task1404_date_conversion
fs_opt
Part 1. Definition In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Part 2. Example 10/05/1847, input_format=dd/mm/yyyy Answer: 05/10/1847 Expla...
24/04/1708
7
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". 08/05/1922, input_format=mm/dd/yyyy 05/08/1922 31/01/1823, input_format=dd/mm/yyyy 01/31/1823...
12/22/1988
0
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example input: 10/05/1847, input_format=dd/mm/yyyy Example output: 05/10/1847 Example explanat...
12/22/1988
3
NIv2
task1404_date_conversion
fs_opt
Detailed Instructions: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". See one example below: Problem: 10/05/1847, input_format=dd/mm/yyyy Solu...
02/27/1884
4
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". 10/01/1676, input_format=mm/dd/yyyy 01/10/1676 04/25/1796, input_format=mm/dd/yyyy 25/04/1796...
10/07/1731
0
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/1847, input_format=dd/mm/yyyy Example solution: 05/10/1847 Example explanation: ...
Solution: 10/07/1731
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example input: 10/05/1847, input_format=dd/mm/yyyy Example output: 05/10/1847 Example explanat...
14/09/1656
3
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Input: Consider Input: 06/02/1897, input_format=mm/dd/yyyy Output: 02/06/1897 Input: Consid...
Output: 01/19/1830
2
NIv2
task1404_date_conversion
fs_opt
Teacher: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Teacher: Now, understand the problem? If you are still confused, see the following exa...
05/25/1774
2
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/1847, input_format=dd/mm/yyyy Example solution: 05/10/1847 Example explanation: ...
Solution: 29/10/1827
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example input: 10/05/1847, input_format=dd/mm/yyyy Example output: 05/10/1847 Example explanat...
13/02/1985
3
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Ex Input: 06/19/1888, input_format=mm/dd/yyyy Ex Output: 19/06/1888 Ex Input: 04/22/1805, i...
13/02/1985
1
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Let me give you an example: 10/05/1847, input_format=dd/mm/yyyy The answer to this example can...
12/02/1630
8
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [EX Q]: 23/10/1822, input_format=dd/mm/yyyy [EX A]: 10/23/1822 [EX Q]: 12/08/1857, input_form...
23/05/1758
6
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example is below. Q: 10/05/1847, input_format=dd/mm/yyyy A: 05/10/1847 Rationale: The month...
04/12/1790
9
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example input: 10/05/1847, input_format=dd/mm/yyyy Example output: 05/10/1847 Example explanat...
07/02/1660
3
NIv2
task1404_date_conversion
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/184...
13/09/1836
1
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example is below. Q: 10/05/1847, input_format=dd/mm/yyyy A: 05/10/1847 Rationale: The month...
08/16/1931
9
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [Q]: 24/10/1757, input_format=dd/mm/yyyy [A]: 10/24/1757 [Q]: 08/08/1625, input_format=dd/mm...
07/02/1740
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example: 10/05/1847, input_format=dd/mm/yyyy Solution is here: 05/10/1847 Explanation: The ...
12/04/1748
6
NIv2
task1404_date_conversion
fs_opt
TASK DEFINITION: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". PROBLEM: 02/18/1935, input_format=mm/dd/yyyy SOLUTION: 18/02/1935 PROBLEM: 3...
12/01/1680
8
NIv2
task1404_date_conversion
fs_opt
instruction: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". question: 17/10/1615, input_format=dd/mm/yyyy answer: 10/17/1615 question: 07/10...
12/04/1748
9
NIv2
task1404_date_conversion
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/184...
22/04/1805
1
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [EX Q]: 08/01/1912, input_format=mm/dd/yyyy [EX A]: 01/08/1912 [EX Q]: 01/12/1680, input_form...
10/30/1710
6
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Let me give you an example: 10/05/1847, input_format=dd/mm/yyyy The answer to this example can...
25/06/1853
8
NIv2
task1404_date_conversion
fs_opt
instruction: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". question: 25/07/1707, input_format=dd/mm/yyyy answer: 07/25/1707 question: 12/04...
18/11/1922
9
NIv2
task1404_date_conversion
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then...
02/08/1746
0
NIv2
task1404_date_conversion
fs_opt
TASK DEFINITION: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". PROBLEM: 16/05/1615, input_format=dd/mm/yyyy SOLUTION: 05/16/1615 PROBLEM: 0...
02/08/1746
8
NIv2
task1404_date_conversion
fs_opt
TASK DEFINITION: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". PROBLEM: 14/03/1692, input_format=dd/mm/yyyy SOLUTION: 03/14/1692 PROBLEM: 1...
21/08/2016
8
NIv2
task1404_date_conversion
fs_opt
Teacher: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Teacher: Now, understand the problem? If you are still confused, see the following exa...
10/07/1622
2
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example input: 10/05/1847, input_format=dd/mm/yyyy Example output: 05/10/1847 Example explanat...
12/27/1928
3
NIv2
task1404_date_conversion
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then...
10/10/1889
0
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example is below. Q: 10/05/1847, input_format=dd/mm/yyyy A: 05/10/1847 Rationale: The month...
10/12/1826
9
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Let me give you an example: 10/05/1847, input_format=dd/mm/yyyy The answer to this example can...
22/06/1981
8
NIv2
task1404_date_conversion
fs_opt
Teacher: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Teacher: Now, understand the problem? If you are still confused, see the following exa...
11/18/1929
2
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". 03/07/1937, input_format=dd/mm/yyyy 07/03/1937 15/08/1635, input_format=dd/mm/yyyy 08/15/1635...
11/18/1929
0
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example input: 10/05/1847, input_format=dd/mm/yyyy Example output: 05/10/1847 Example explanat...
26/10/1777
3
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Let me give you an example: 10/05/1847, input_format=dd/mm/yyyy The answer to this example can...
16/12/1626
8
NIv2
task1404_date_conversion
fs_opt
Teacher: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Teacher: Now, understand the problem? If you are still confused, see the following exa...
03/02/1727
2
NIv2
task1404_date_conversion
fs_opt
TASK DEFINITION: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". PROBLEM: 04/06/1711, input_format=dd/mm/yyyy SOLUTION: 06/04/1711 PROBLEM: 0...
10/07/1630
8
NIv2
task1404_date_conversion
fs_opt
Detailed Instructions: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". See one example below: Problem: 10/05/1847, input_format=dd/mm/yyyy Solu...
05/04/1894
4
NIv2
task1404_date_conversion
fs_opt
Detailed Instructions: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". See one example below: Problem: 10/05/1847, input_format=dd/mm/yyyy Solu...
06/24/1716
4
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Ex Input: 01/15/1758, input_format=mm/dd/yyyy Ex Output: 15/01/1758 Ex Input: 04/17/1955, i...
17/11/1783
1
NIv2
task1404_date_conversion
fs_opt
Teacher: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Teacher: Now, understand the problem? If you are still confused, see the following exa...
11/26/1792
2
NIv2
task1404_date_conversion
fs_opt
Detailed Instructions: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". See one example below: Problem: 10/05/1847, input_format=dd/mm/yyyy Solu...
09/23/1796
4
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [Q]: 12/15/1925, input_format=mm/dd/yyyy [A]: 15/12/1925 [Q]: 11/15/1747, input_format=mm/dd...
11/26/1792
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/1847, input_format=dd/mm/yyyy Example solution: 05/10/1847 Example explanation: ...
Solution: 12/01/1894
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [Q]: 11/16/1884, input_format=mm/dd/yyyy [A]: 16/11/1884 [Q]: 03/12/1794, input_format=mm/dd...
10/09/1610
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [EX Q]: 31/01/1823, input_format=dd/mm/yyyy [EX A]: 01/31/1823 [EX Q]: 27/12/1928, input_form...
06/02/1633
6
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [EX Q]: 10/03/1753, input_format=dd/mm/yyyy [EX A]: 03/10/1753 [EX Q]: 31/10/1653, input_form...
29/02/1652
6
NIv2
task1404_date_conversion
fs_opt
TASK DEFINITION: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". PROBLEM: 11/15/1747, input_format=mm/dd/yyyy SOLUTION: 15/11/1747 PROBLEM: 0...
14/09/1656
8
NIv2
task1404_date_conversion
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then...
07/01/1673
0
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example is below. Q: 10/05/1847, input_format=dd/mm/yyyy A: 05/10/1847 Rationale: The month...
04/11/2004
9
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". -------- Question: 03/26/1836, input_format=mm/dd/yyyy Answer: 26/03/1836 Question: 27/12/19...
16/06/1660
7
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example Input: 07/12/1668, input_format=dd/mm/yyyy Example Output: 12/07/1668 Example Input: ...
10/01/1668
3
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example is below. Q: 10/05/1847, input_format=dd/mm/yyyy A: 05/10/1847 Rationale: The month...
06/22/1982
9
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Let me give you an example: 10/05/1847, input_format=dd/mm/yyyy The answer to this example can...
25/04/1796
8
NIv2
task1404_date_conversion
fs_opt
Teacher: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Teacher: Now, understand the problem? If you are still confused, see the following exa...
27/10/1775
2
NIv2
task1404_date_conversion
fs_opt
Detailed Instructions: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". See one example below: Problem: 10/05/1847, input_format=dd/mm/yyyy Solu...
12/07/1668
4
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". -------- Question: 12/23/1661, input_format=mm/dd/yyyy Answer: 23/12/1661 Question: 06/07/19...
26/03/1836
7
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [EX Q]: 31/01/1823, input_format=dd/mm/yyyy [EX A]: 01/31/1823 [EX Q]: 04/13/1824, input_form...
06/25/1626
6
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". 04/13/1824, input_format=mm/dd/yyyy 13/04/1824 10/29/1827, input_format=mm/dd/yyyy 29/10/1827...
07/01/1673
0
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". [Q]: 18/11/1929, input_format=dd/mm/yyyy [A]: 11/18/1929 [Q]: 04/03/1719, input_format=mm/dd...
02/04/1792
5
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Example: 10/05/1847, input_format=dd/mm/yyyy Example solution: 05/10/1847 Example explanation: ...
Solution: 16/06/1660
5
NIv2
task1404_date_conversion
fs_opt
Part 1. Definition In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Part 2. Example 10/05/1847, input_format=dd/mm/yyyy Answer: 05/10/1847 Expla...
02/03/2015
7
NIv2
task1404_date_conversion
fs_opt
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Input: Consider Input: 07/10/1731, input_format=dd/mm/yyyy Output: 10/07/1731 Input: Consid...
Output: 12/14/1858
2
NIv2
task1404_date_conversion
fs_opt